Skip to content

Commit 2b21fc5

Browse files
authored
Update Dockerfile.2023.11.3
1 parent 359b4fd commit 2b21fc5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Dockerfile.2023.11.3

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@ FROM ghcr.io/hiway-media/teamcity-agent-2023.11.3
33
USER root
44
RUN apt-get update
55
RUN apt-get -y install gitlab-cli unzip wget rsync sudo rclone build-essential curl
6-
# binary will be $(go env GOPATH)/bin/golangci-lint
7-
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/HEAD/install.sh | sh -s -- -b $(go env GOPATH)/bin v2.4.0
6+
#
7+
# or install it into ./bin/
8+
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/HEAD/install.sh | sh -s v2.4.0
89
#
910
# unzip wget nano
1011
RUN wget https://dl.google.com/android/repository/commandlinetools-linux-11076708_latest.zip -O commandlinetools.zip

0 commit comments

Comments
 (0)