mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-08-08 06:02:29 +02:00
Update Dockerfile
https://github.com/alexbelgium/hassio-addons/issues/1127#issuecomment-1854317550
This commit is contained in:
@@ -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 #
|
||||||
|
|||||||
Reference in New Issue
Block a user