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