File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 38
38
fi && \
39
39
pip3 install -U pip setuptools wheel && \
40
40
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}" && \
42
42
echo "**** cleanup ****" && \
43
43
apk del --purge \
44
44
build-dependencies && \
Original file line number Diff line number Diff line change 38
38
fi && \
39
39
pip3 install -U pip setuptools wheel && \
40
40
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}" && \
42
42
echo "**** cleanup ****" && \
43
43
apk del --purge \
44
44
build-dependencies && \
Original file line number Diff line number Diff line change 38
38
fi && \
39
39
pip3 install -U pip setuptools wheel && \
40
40
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}" && \
42
42
echo "**** cleanup ****" && \
43
43
apk del --purge \
44
44
build-dependencies && \
You can’t perform that action at this time.
0 commit comments