This commit is contained in:
nyyu 2023-02-18 18:01:39 +01:00
parent 9d6beb2e81
commit 5d31946acb

View File

@ -1,6 +1,7 @@
FROM ghcr.io/linuxserver/baseimage-alpine:edge
# set version label
ARG DOCKER_IMAGE_CREATED
ARG VERSION
LABEL build_version="pyload docker version:- ${VERSION} Build-date:- ${DOCKER_IMAGE_CREATED}"
@ -21,7 +22,7 @@ RUN \
curl \
ffmpeg \
libjpeg-turbo \
p7zip \
7zip \
python3 \
sqlite \
tesseract-ocr && \
@ -32,8 +33,7 @@ RUN \
fi && \
python3 -m ensurepip --upgrade && \
pip3 install -U wheel && \
pip3 install -U --find-links https://wheel-index.linuxserver.io/alpine-3.16/ \
"${PYLOAD}" && \
pip3 install -U "${PYLOAD}" && \
echo "**** cleanup ****" && \
apk del --purge \
build-dependencies && \