Skip to content

Commit 359b4fd

Browse files
authored
Update Dockerfile.latest
1 parent 3d799f6 commit 359b4fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile.latest

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ USER root
33
RUN apt-get update
44
RUN apt-get -y install gitlab-cli unzip wget rsync sudo rclone build-essential curl
55
#
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+
# or install it into ./bin/
7+
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/HEAD/install.sh | sh -s v2.4.0
88
#
99
# unzip wget nano
1010
RUN wget https://dl.google.com/android/repository/commandlinetools-linux-11076708_latest.zip -O commandlinetools.zip

0 commit comments

Comments
 (0)