Skip to content

Commit 213eb70

Browse files
committed
add pip
1 parent 3b52105 commit 213eb70

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ RUN \
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 \

Dockerfile.aarch64

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ RUN \
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 \

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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.

readme-vars.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ init_diagram: |
9292
"flexget:latest" <- Base Images
9393
# changelog
9494
changelogs:
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."}

0 commit comments

Comments
 (0)