We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b2a1d1 commit 40954ecCopy full SHA for 40954ec
Dockerfile.2023.11.3
@@ -5,7 +5,7 @@ RUN apt-get update
5
RUN apt-get -y install gitlab-cli unzip wget rsync sudo rclone build-essential curl
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
+RUN 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