We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b21fc5 commit 6b2a1d1Copy full SHA for 6b2a1d1
Dockerfile.latest
@@ -4,7 +4,7 @@ RUN apt-get update
4
RUN apt-get -y install gitlab-cli unzip wget rsync sudo rclone build-essential curl
5
#
6
# or install it into ./bin/
7
-curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/HEAD/install.sh | sh -s v2.4.0
+RUN 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