This commit is contained in:
Alexandre
2024-11-03 15:24:20 +01:00
committed by GitHub
parent 43bab71b0e
commit f681a34300

View File

@@ -87,7 +87,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 --break-system-packages --no-cache-dir --ignore-installed --upgrade --requirement /qbit_manage/requirements.txt || true
pip3 install --break-system-packages --no-cache-dir --ignore-installed --upgrade --requirement /qbit_manage/requirements.txt
##################
# 3 Install apps #