Skip to content
This repository was archived by the owner on Apr 23, 2024. It is now read-only.

Commit c2addfe

Browse files
committed
Remove python symlinks
1 parent fdc8b20 commit c2addfe

File tree

3 files changed

+0
-9
lines changed

3 files changed

+0
-9
lines changed

Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,6 @@ RUN \
4646
pip3 install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.17/ -r requirements.txt && \
4747
pip3 cache purge && \
4848
echo "**** cleanup ****" && \
49-
ln -s \
50-
/usr/bin/python3 \
51-
/usr/bin/python && \
5249
apk del --purge \
5350
build-dependencies && \
5451
rm -rf \

Dockerfile.aarch64

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,6 @@ RUN \
4646
pip3 install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.17/ -r requirements.txt && \
4747
pip3 cache purge && \
4848
echo "**** cleanup ****" && \
49-
ln -s \
50-
/usr/bin/python3 \
51-
/usr/bin/python && \
5249
apk del --purge \
5350
build-dependencies && \
5451
rm -rf \

Dockerfile.armhf

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,6 @@ RUN \
4646
pip3 install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.17/ -r requirements.txt && \
4747
pip3 cache purge && \
4848
echo "**** cleanup ****" && \
49-
ln -s \
50-
/usr/bin/python3 \
51-
/usr/bin/python && \
5249
apk del --purge \
5350
build-dependencies && \
5451
rm -rf \

0 commit comments

Comments
 (0)