Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 287c2b2 commit 85b4362Copy full SHA for 85b4362
9.6/Dockerfile
@@ -37,8 +37,8 @@ RUN set -x \
37
&& rm -rf /var/lib/apt/lists/*
38
39
# install jq 1.5
40
-RUN sudo curl -Lo /usr/local/bin/jq https://github.com/stedolan/jq/releases/download/jq-1.5/jq-linux64 \
41
- && sudo chmod +x /usr/local/bin/jq
+RUN curl -Lo /usr/local/bin/jq https://github.com/stedolan/jq/releases/download/jq-1.5/jq-linux64 \
+ && chmod +x /usr/local/bin/jq
42
43
# install dockerize
44
ENV DOCKERIZE_VERSION v0.5.0
0 commit comments