Skip to content

Commit c922f89

Browse files
committed
Docker: Force pip to install system-wide pyyaml
1 parent 8620a25 commit c922f89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

toolchain/docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@ RUN apk add --update --no-cache unzip curl jq docker-cli bash python3 py3-pip
4747

4848
RUN wget -q https://github.com/mikefarah/yq/releases/latest/download/yq_linux_$ARCH -O /usr/bin/yq && chmod +x /usr/bin/yq
4949

50-
RUN pip3 install pyyaml
50+
RUN pip3 install --break-system-packages pyyaml
5151

5252
ENTRYPOINT ["/home/toolchain/scripts/toolchain.sh"]

0 commit comments

Comments
 (0)