Skip to content

Commit c010364

Browse files
authored
Merge pull request #12 from linuxserver/develop-git
update git endpoint
2 parents 282046b + f3cae9a commit c010364

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ RUN \
3838
fi && \
3939
pip3 install -U pip setuptools wheel && \
4040
pip install -U --find-links https://wheel-index.linuxserver.io/alpine-3.15/ \
41-
"git+git://github.com/pyload/pyload.git@${PYLOAD_COMMIT}" && \
41+
"git+https://github.com/pyload/pyload.git@${PYLOAD_COMMIT}" && \
4242
echo "**** cleanup ****" && \
4343
apk del --purge \
4444
build-dependencies && \

Dockerfile.aarch64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ RUN \
3838
fi && \
3939
pip3 install -U pip setuptools wheel && \
4040
pip install -U --find-links https://wheel-index.linuxserver.io/alpine-3.15/ \
41-
"git+git://github.com/pyload/pyload.git@${PYLOAD_COMMIT}" && \
41+
"git+https://github.com/pyload/pyload.git@${PYLOAD_COMMIT}" && \
4242
echo "**** cleanup ****" && \
4343
apk del --purge \
4444
build-dependencies && \

Dockerfile.armhf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ RUN \
3838
fi && \
3939
pip3 install -U pip setuptools wheel && \
4040
pip install -U --find-links https://wheel-index.linuxserver.io/alpine-3.15/ \
41-
"git+git://github.com/pyload/pyload.git@${PYLOAD_COMMIT}" && \
41+
"git+https://github.com/pyload/pyload.git@${PYLOAD_COMMIT}" && \
4242
echo "**** cleanup ****" && \
4343
apk del --purge \
4444
build-dependencies && \

0 commit comments

Comments
 (0)