Update Dockerfile

This commit is contained in:
Alexandre
2025-06-28 10:32:43 +02:00
committed by GitHub
parent 7952aef757
commit 508751660b

View File

@@ -83,6 +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 && \
cd /qbit_manage && \
pip3 install --break-system-packages --user .
##################