Skip to content

Commit

Permalink
fix: force install via pip
Browse files Browse the repository at this point in the history
  • Loading branch information
tboerger committed Dec 11, 2023
1 parent 885b50a commit e99b6dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM alpine:3.19
ENV YAMLLINT_VERSION=1.33.0

RUN apk add --no-cache bash python3 python3-dev py3-pip && \
pip3 install -U yamllint==${YAMLLINT_VERSION} && \
pip3 install --break-system-packages -U yamllint==${YAMLLINT_VERSION} && \
rm -rf /root/.cache

ENTRYPOINT ["/usr/local/bin/entrypoint"]
Expand Down

0 comments on commit e99b6dd

Please sign in to comment.