File tree Expand file tree Collapse file tree 4 files changed +4
-0
lines changed
Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 5353 uv venv /lsiopy && \
5454 uv run scripts/bundle_webui.py && \
5555 uv sync --frozen --no-dev --no-cache --group=all && \
56+ uv pip install pip && \
5657 printf "Linuxserver.io version: ${VERSION}\n Build-date: ${BUILD_DATE}" > /build_version && \
5758 echo "**** cleanup ****" && \
5859 apk del --purge \
Original file line number Diff line number Diff line change 5353 uv venv /lsiopy && \
5454 uv run scripts/bundle_webui.py && \
5555 uv sync --frozen --no-dev --no-cache --group=all && \
56+ uv pip install pip && \
5657 printf "Linuxserver.io version: ${VERSION}\nBuild-date: ${BUILD_DATE}" > /build_version && \
5758 echo "**** cleanup ****" && \
5859 apk del --purge \
Original file line number Diff line number Diff line change @@ -300,6 +300,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
300300
301301# # Versions
302302
303+ * ** 17.10.25:** - Add pip to enable [universal-package-install mod](https://github.com/linuxserver/docker-mods/tree/universal-package-install).
303304* ** 18.09.24:** - Suppress creation of empty log file when WebUI password is set.
304305* ** 17.08.24:** - Revert to Alpine 3.20 due to 1st party plugin incompatibility with Python 3.12.
305306* ** 19.06.24:** - Rebase to Alpine 3.20.
Original file line number Diff line number Diff line change @@ -92,6 +92,7 @@ init_diagram: |
9292 "flexget:latest" <- Base Images
9393# changelog
9494changelogs :
95+ - {date: "17.10.25:", desc: "Add pip to enable [universal-package-install mod](https://github.com/linuxserver/docker-mods/tree/universal-package-install)."}
9596 - {date: "18.09.24:", desc: "Suppress creation of empty log file when WebUI password is set."}
9697 - {date: "17.08.24:", desc: "Revert to Alpine 3.20 due to 1st party plugin incompatibility with Python 3.12."}
9798 - {date: "19.06.24:", desc: "Rebase to Alpine 3.20."}
You can’t perform that action at this time.
0 commit comments