We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52dac49 commit 5284fc5Copy full SHA for 5284fc5
1 file changed
Dockerfile
@@ -35,8 +35,7 @@ RUN \
35
python3 -m venv /lsiopy && \
36
pip install -U --no-cache-dir \
37
pip \
38
- setuptools \
39
- wheel && \
+ 'setuptools==81' && \
40
pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.23/ \
41
rencode==1.0.6 && \
42
0 commit comments