Skip to content

Commit 81898fd

Browse files
committed
Replace wheel with setuptools
1 parent ce6a094 commit 81898fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ RUN \
2929
python3 -m venv /lsiopy && \
3030
pip3 install -U --no-cache-dir \
3131
pip \
32-
wheel && \
32+
setuptools && \
3333
pip3 install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.23/ \
3434
apprise && \
3535
printf "Linuxserver-Labs version: ${VERSION}\nBuild-date: ${BUILD_DATE}" > /build_version && \

0 commit comments

Comments
 (0)