From f3cae9a9ccd0deb46b8aa6a15b4f7b4eac190a00 Mon Sep 17 00:00:00 2001 From: aptalca Date: Tue, 15 Mar 2022 13:25:27 -0400 Subject: [PATCH] update git endpoint --- Dockerfile | 2 +- Dockerfile.aarch64 | 2 +- Dockerfile.armhf | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index b9db409..a4594e3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 && \ diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index eb1b7ce..776698e 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -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 && \ diff --git a/Dockerfile.armhf b/Dockerfile.armhf index 12ec3c0..bdfc2e2 100644 --- a/Dockerfile.armhf +++ b/Dockerfile.armhf @@ -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 && \