update git endpoint

This commit is contained in:
aptalca 2022-03-15 13:25:27 -04:00
parent 282046b730
commit f3cae9a9cc
3 changed files with 3 additions and 3 deletions

View file

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

View file

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

View file

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