diff --git a/Dockerfile b/Dockerfile index 55acdb5..cd613e1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -56,7 +56,6 @@ RUN \ bluez \ bluez-deprecated \ bluez-libs \ - cups-libs \ curl \ eudev-libs \ ffmpeg \ @@ -238,8 +237,7 @@ RUN \ -r requirements.txt && \ uv pip install --no-build \ -r requirements_all.txt \ - isal \ - pycups && \ + isal && \ uv pip install \ homeassistant==${HASS_RELEASE} && \ for cleanfiles in *.pyc *.pyo; do \ diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index afa558a..3c67269 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -56,7 +56,6 @@ RUN \ bluez \ bluez-deprecated \ bluez-libs \ - cups-libs \ curl \ eudev-libs \ ffmpeg \ @@ -238,8 +237,7 @@ RUN \ -r requirements.txt && \ uv pip install --no-build \ -r requirements_all.txt \ - isal \ - pycups && \ + isal && \ uv pip install \ homeassistant==${HASS_RELEASE} && \ for cleanfiles in *.pyc *.pyo; do \ diff --git a/README.md b/README.md index 1163fee..68c2e43 100644 --- a/README.md +++ b/README.md @@ -318,6 +318,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64 ## Versions +* **05.03.26:** - Remove pycups as there are no python 3.14 wheels for it. * **02.10.25:** - Rebase to alpine 3.22, rely on baseimage service for usb device permission fixing. * **19.09.25:** - Add the necessary capabilities in the container to allow the unprivileged user access to bluetooth stack. * **03.01.25:** - Rebase to alpine 3.21. diff --git a/readme-vars.yml b/readme-vars.yml index 08b8ecc..c130d66 100644 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -114,6 +114,7 @@ init_diagram: | "homeassistant:latest" <- Base Images # changelog changelogs: + - {date: "05.03.26:", desc: "Remove pycups as there are no python 3.14 wheels for it."} - {date: "02.10.25:", desc: "Rebase to alpine 3.22, rely on baseimage service for usb device permission fixing."} - {date: "19.09.25:", desc: "Add the necessary capabilities in the container to allow the unprivileged user access to bluetooth stack."} - {date: "03.01.25:", desc: "Rebase to alpine 3.21."}