File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -49,11 +49,11 @@ RUN \
49
49
pip install -U --no-cache-dir \
50
50
pip \
51
51
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 / \
53
53
click \
54
54
flexget==${FLEXGET_VERSION#v} \
55
55
requests \
56
- -r requirements-docker .txt && \
56
+ -r requirements.txt && \
57
57
printf "Linuxserver.io version: ${VERSION}\n Build-date: ${BUILD_DATE}" > /build_version && \
58
58
echo "**** cleanup ****" && \
59
59
apk del --purge \
Original file line number Diff line number Diff line change @@ -49,11 +49,11 @@ RUN \
49
49
pip install -U --no-cache-dir \
50
50
pip \
51
51
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 / \
53
53
click \
54
54
flexget==${FLEXGET_VERSION#v} \
55
55
requests \
56
- -r requirements-docker .txt && \
56
+ -r requirements.txt && \
57
57
printf "Linuxserver.io version: ${VERSION}\nBuild-date: ${BUILD_DATE}" > /build_version && \
58
58
echo "**** cleanup ****" && \
59
59
apk del --purge \
You can’t perform that action at this time.
0 commit comments