update git endpoint
This commit is contained in:
parent
282046b730
commit
f3cae9a9cc
3 changed files with 3 additions and 3 deletions
|
@ -38,7 +38,7 @@ RUN \
|
|||
fi && \
|
||||
pip3 install -U pip setuptools wheel && \
|
||||
pip install -U --find-links https://wheel-index.linuxserver.io/alpine-3.15/ \
|
||||
"git+git://github.com/pyload/pyload.git@${PYLOAD_COMMIT}" && \
|
||||
"git+https://github.com/pyload/pyload.git@${PYLOAD_COMMIT}" && \
|
||||
echo "**** cleanup ****" && \
|
||||
apk del --purge \
|
||||
build-dependencies && \
|
||||
|
|
|
@ -38,7 +38,7 @@ RUN \
|
|||
fi && \
|
||||
pip3 install -U pip setuptools wheel && \
|
||||
pip install -U --find-links https://wheel-index.linuxserver.io/alpine-3.15/ \
|
||||
"git+git://github.com/pyload/pyload.git@${PYLOAD_COMMIT}" && \
|
||||
"git+https://github.com/pyload/pyload.git@${PYLOAD_COMMIT}" && \
|
||||
echo "**** cleanup ****" && \
|
||||
apk del --purge \
|
||||
build-dependencies && \
|
||||
|
|
|
@ -38,7 +38,7 @@ RUN \
|
|||
fi && \
|
||||
pip3 install -U pip setuptools wheel && \
|
||||
pip install -U --find-links https://wheel-index.linuxserver.io/alpine-3.15/ \
|
||||
"git+git://github.com/pyload/pyload.git@${PYLOAD_COMMIT}" && \
|
||||
"git+https://github.com/pyload/pyload.git@${PYLOAD_COMMIT}" && \
|
||||
echo "**** cleanup ****" && \
|
||||
apk del --purge \
|
||||
build-dependencies && \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue