This commit is contained in:
parent
6d8da76c95
commit
99c2ac3d87
1 changed files with 3 additions and 3 deletions
|
@ -24,7 +24,6 @@ RUN \
|
||||||
ffmpeg \
|
ffmpeg \
|
||||||
libjpeg-turbo \
|
libjpeg-turbo \
|
||||||
p7zip \
|
p7zip \
|
||||||
py3-pip \
|
|
||||||
python3 \
|
python3 \
|
||||||
sqlite \
|
sqlite \
|
||||||
tesseract-ocr && \
|
tesseract-ocr && \
|
||||||
|
@ -33,8 +32,9 @@ RUN \
|
||||||
if [[ -n "${VERSION}" && "${VERSION}" != "dev" ]]; then \
|
if [[ -n "${VERSION}" && "${VERSION}" != "dev" ]]; then \
|
||||||
PYLOAD="pyload-ng[all]==${VERSION}"; \
|
PYLOAD="pyload-ng[all]==${VERSION}"; \
|
||||||
fi && \
|
fi && \
|
||||||
pip3 install -U pip setuptools wheel && \
|
python3 -m ensurepip --upgrade && \
|
||||||
pip install -U --find-links https://wheel-index.linuxserver.io/alpine-3.16/ \
|
pip3 install -U wheel && \
|
||||||
|
pip3 install -U --find-links https://wheel-index.linuxserver.io/alpine-3.16/ \
|
||||||
"${PYLOAD}" && \
|
"${PYLOAD}" && \
|
||||||
echo "**** cleanup ****" && \
|
echo "**** cleanup ****" && \
|
||||||
apk del --purge \
|
apk del --purge \
|
||||||
|
|
Loading…
Add table
Reference in a new issue