use git
This commit is contained in:
parent
9e6dc1682d
commit
0f47bfd162
1 changed files with 1 additions and 7 deletions
|
@ -3,7 +3,6 @@ FROM ghcr.io/linuxserver/baseimage-alpine:3.16
|
||||||
# set version label
|
# set version label
|
||||||
ARG BUILD_DATE
|
ARG BUILD_DATE
|
||||||
ARG VERSION
|
ARG VERSION
|
||||||
ARG PYLOAD_VERSION
|
|
||||||
LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}"
|
LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}"
|
||||||
LABEL maintainer="aptalca"
|
LABEL maintainer="aptalca"
|
||||||
|
|
||||||
|
@ -33,14 +32,9 @@ RUN \
|
||||||
sqlite \
|
sqlite \
|
||||||
tesseract-ocr && \
|
tesseract-ocr && \
|
||||||
echo "**** install pyload ****" && \
|
echo "**** install pyload ****" && \
|
||||||
if [ -z ${PYLOAD_VERSION+x} ]; then \
|
|
||||||
PYLOAD="pyload-ng[all]"; \
|
|
||||||
else \
|
|
||||||
PYLOAD="pyload-ng[all]==${PYLOAD_VERSION}"; \
|
|
||||||
fi && \
|
|
||||||
pip3 install -U pip setuptools wheel && \
|
pip3 install -U pip setuptools wheel && \
|
||||||
pip install -U --find-links https://wheel-index.linuxserver.io/alpine-3.16/ \
|
pip install -U --find-links https://wheel-index.linuxserver.io/alpine-3.16/ \
|
||||||
"${PYLOAD}" && \
|
https://github.com/pyload/pyload/archive/develop.zip#[all] && \
|
||||||
echo "**** cleanup ****" && \
|
echo "**** cleanup ****" && \
|
||||||
apk del --purge \
|
apk del --purge \
|
||||||
build-dependencies && \
|
build-dependencies && \
|
||||||
|
|
Loading…
Add table
Reference in a new issue