This commit is contained in:
aptalca 2023-10-07 21:58:26 -04:00
parent 3f9fb412ed
commit f7ee848dd6
No known key found for this signature in database
GPG Key ID: BE36CFFB9FD85548

View File

@ -57,7 +57,7 @@ RUN \
pip install -U --no-cache-dir \
pip \
wheel && \
pip3 install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/ubuntu/ -r \
pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/ubuntu/ -r \
requirements.txt -r \
optional-requirements.txt && \
echo "***install kepubify" && \