Update Dockerfile

This commit is contained in:
Alexandre
2023-12-09 14:05:49 +01:00
committed by GitHub
parent ad810072f7
commit e5a5f08c4f

View File

@@ -59,7 +59,7 @@ RUN \
tar xf /tmp/qbit_manage.tar.gz -C /qbit_manage --strip-components=1 && \
\
# Install dependencies
apk add --no-cache py3-pip && \
apk add --no-cache py3-pip gcc && \
pip install --no-cache-dir --upgrade --requirement /qbit_manage/requirements.txt --ignore-installed
##################