Update Dockerfile

This commit is contained in:
Alexandre
2025-06-28 10:29:51 +02:00
committed by GitHub
parent f090510d82
commit db7c613bde

View File

@@ -83,7 +83,7 @@ RUN \
if test "${BUILD_ARCH}" != "*amd64*"; then apk add --no-cache python3-dev; else apk add --no-cache python3; fi && \
ln -sf python3 /usr/bin/python && \
apk add --no-cache py3-pip gcc musl-dev && \
pip3 install --user .
pip3 install --break-system-packages --user .
##################
# 3 Install apps #