update
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/deployment/woodpecker Pipeline was successful

This commit is contained in:
nyyu 2023-02-18 18:01:39 +01:00
parent 10439a805d
commit 6acd21d8df

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 && \