There was an error while loading. Please reload this page.
1 parent 8620a25 commit c922f89Copy full SHA for c922f89
toolchain/docker/Dockerfile
@@ -47,6 +47,6 @@ RUN apk add --update --no-cache unzip curl jq docker-cli bash python3 py3-pip
47
48
RUN wget -q https://github.com/mikefarah/yq/releases/latest/download/yq_linux_$ARCH -O /usr/bin/yq && chmod +x /usr/bin/yq
49
50
-RUN pip3 install pyyaml
+RUN pip3 install --break-system-packages pyyaml
51
52
ENTRYPOINT ["/home/toolchain/scripts/toolchain.sh"]
0 commit comments