Alexandre
2023-12-13 22:46:39 +01:00
committed by GitHub
parent b7b23ec4b0
commit 284cf78677

View File

@@ -68,7 +68,10 @@ RUN \
\ \
# Install dependencies # Install dependencies
apk add py3-pip gcc musl-dev && \ apk add py3-pip gcc musl-dev && \
pip install --no-cache-dir --upgrade --requirement /qbit_manage/requirements.txt --ignore-installed pip install --no-cache-dir --upgrade --requirement /qbit_manage/requirements.txt --ignore-installed && \
\
# Add latency for mullvad
echo "sleep 5" >> /etc/cont-init.d/02-vpn.sh
################## ##################
# 3 Install apps # # 3 Install apps #