We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d799f6 commit 359b4fdCopy full SHA for 359b4fd
Dockerfile.latest
@@ -3,8 +3,8 @@ USER root
3
RUN apt-get update
4
RUN apt-get -y install gitlab-cli unzip wget rsync sudo rclone build-essential curl
5
#
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/
+curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/HEAD/install.sh | sh -s v2.4.0
8
9
# unzip wget nano
10
RUN wget https://dl.google.com/android/repository/commandlinetools-linux-11076708_latest.zip -O commandlinetools.zip
0 commit comments