Skip to content

Commit 5284fc5

Browse files
committed
Pin setuptools in both dockerfiles
1 parent 52dac49 commit 5284fc5

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@ RUN \
3535
python3 -m venv /lsiopy && \
3636
pip install -U --no-cache-dir \
3737
pip \
38-
setuptools \
39-
wheel && \
38+
'setuptools==81' && \
4039
pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.23/ \
4140
rencode==1.0.6 && \
4241
pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.23/ \

0 commit comments

Comments
 (0)