We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 359b4fd commit 2b21fc5Copy full SHA for 2b21fc5
Dockerfile.2023.11.3
@@ -3,8 +3,9 @@ FROM ghcr.io/hiway-media/teamcity-agent-2023.11.3
3
USER root
4
RUN apt-get update
5
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
+#
+# or install it into ./bin/
8
+curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/HEAD/install.sh | sh -s v2.4.0
9
#
10
# unzip wget nano
11
RUN wget https://dl.google.com/android/repository/commandlinetools-linux-11076708_latest.zip -O commandlinetools.zip
0 commit comments