Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasleplus committed Dec 25, 2023
1 parent 16738b3 commit 686d709
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yaml/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ RUN apk --update --no-cache add build-base python3-dev py3-setuptools py3-pip \
&& rm -rf /var/cache/apk/*

# hadolint ignore=DL3013
RUN pip3 install --no-cache-dir --upgrade \
RUN pip3 install --no-cache-dir --upgrade --break-system-packages \
jq \
json2yaml \
yamllint \
Expand Down

0 comments on commit 686d709

Please sign in to comment.