Skip to content

Commit ced5992

Browse files
authored
Merge pull request #146 from linuxserver/develop-setuptools
Pin setuptools to 81
2 parents 79a42da + 2da5879 commit ced5992

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ RUN \
3434
python3 -m venv /lsiopy && \
3535
pip install -U --no-cache-dir \
3636
pip \
37-
wheel && \
37+
'setuptools==81' && \
3838
pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.23/ \
3939
-r https://raw.githubusercontent.com/Tautulli/tautulli-baseimage/refs/heads/python3/requirements.txt && \
4040
echo "**** Hard Coding versioning ****" && \

Dockerfile.aarch64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ RUN \
3434
python3 -m venv /lsiopy && \
3535
pip install -U --no-cache-dir \
3636
pip \
37-
wheel && \
37+
'setuptools==81' && \
3838
pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.23/ \
3939
-r https://raw.githubusercontent.com/Tautulli/tautulli-baseimage/refs/heads/python3/requirements.txt && \
4040
echo "**** Hard Coding versioning ****" && \

0 commit comments

Comments
 (0)