Update Dockerfile

This commit is contained in:
Alexandre
2023-12-09 14:30:44 +01:00
committed by GitHub
parent b0e615aad8
commit ac92f020fa

View File

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