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 ce6a094 commit 81898fdCopy full SHA for 81898fd
1 file changed
Dockerfile
@@ -29,7 +29,7 @@ RUN \
29
python3 -m venv /lsiopy && \
30
pip3 install -U --no-cache-dir \
31
pip \
32
- wheel && \
+ setuptools && \
33
pip3 install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.23/ \
34
apprise && \
35
printf "Linuxserver-Labs version: ${VERSION}\nBuild-date: ${BUILD_DATE}" > /build_version && \
0 commit comments