Skip to content

Commit 85b4362

Browse files
committed
update dockerfile
1 parent 287c2b2 commit 85b4362

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

9.6/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ RUN set -x \
3737
&& rm -rf /var/lib/apt/lists/*
3838

3939
# 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
40+
RUN curl -Lo /usr/local/bin/jq https://github.com/stedolan/jq/releases/download/jq-1.5/jq-linux64 \
41+
&& chmod +x /usr/local/bin/jq
4242

4343
# install dockerize
4444
ENV DOCKERIZE_VERSION v0.5.0

0 commit comments

Comments
 (0)