Skip to content

Commit efcabb3

Browse files
authored
Merge pull request #18 from linuxserver/uv-buildfix
2 parents afb3cf4 + b92e513 commit efcabb3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,11 @@ RUN \
4949
pip install -U --no-cache-dir \
5050
pip \
5151
wheel && \
52-
pip install -U --no-cache --find-links https://wheel-index.linuxserver.io/alpine-3.20/ \
52+
pip install -U --no-cache --find-links https://wheel-index.linuxserver.io/alpine-3.19/ \
5353
click \
5454
flexget==${FLEXGET_VERSION#v} \
5555
requests \
56-
-r requirements-docker.txt && \
56+
-r requirements.txt && \
5757
printf "Linuxserver.io version: ${VERSION}\nBuild-date: ${BUILD_DATE}" > /build_version && \
5858
echo "**** cleanup ****" && \
5959
apk del --purge \

Dockerfile.aarch64

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,11 @@ RUN \
4949
pip install -U --no-cache-dir \
5050
pip \
5151
wheel && \
52-
pip install -U --no-cache --find-links https://wheel-index.linuxserver.io/alpine-3.20/ \
52+
pip install -U --no-cache --find-links https://wheel-index.linuxserver.io/alpine-3.19/ \
5353
click \
5454
flexget==${FLEXGET_VERSION#v} \
5555
requests \
56-
-r requirements-docker.txt && \
56+
-r requirements.txt && \
5757
printf "Linuxserver.io version: ${VERSION}\nBuild-date: ${BUILD_DATE}" > /build_version && \
5858
echo "**** cleanup ****" && \
5959
apk del --purge \

0 commit comments

Comments
 (0)