install pycups

This commit is contained in:
aptalca 2022-03-31 13:51:24 -04:00
parent 358972b612
commit 18f4f14059
5 changed files with 17 additions and 0 deletions

View File

@ -26,6 +26,7 @@ RUN \
ca-certificates \
cargo \
cmake \
cups-dev \
eudev-dev \
ffmpeg-dev \
gcc \
@ -42,7 +43,10 @@ RUN \
unzip && \
echo "**** install runtime packages ****" && \
apk add --no-cache \
bluez \
bluez-deprecated \
bluez-libs \
cups-libs \
curl \
eudev-libs \
ffmpeg \
@ -91,6 +95,7 @@ RUN \
pip install ${PIPFLAGS} \
homeassistant==${HASS_RELEASE} && \
pip install ${PIPFLAGS} \
pycups \
PySwitchbot && \
echo "**** cleanup ****" && \
apk del --purge \

View File

@ -26,6 +26,7 @@ RUN \
ca-certificates \
cargo \
cmake \
cups-dev \
eudev-dev \
ffmpeg-dev \
gcc \
@ -42,7 +43,10 @@ RUN \
unzip && \
echo "**** install runtime packages ****" && \
apk add --no-cache \
bluez \
bluez-deprecated \
bluez-libs \
cups-libs \
curl \
eudev-libs \
ffmpeg \
@ -90,6 +94,7 @@ RUN \
pip install ${PIPFLAGS} \
homeassistant==${HASS_RELEASE} && \
pip install ${PIPFLAGS} \
pycups \
PySwitchbot && \
echo "**** cleanup ****" && \
apk del --purge \

View File

@ -32,6 +32,7 @@ RUN \
ca-certificates \
cargo \
cmake \
cups-dev \
eudev-dev \
ffmpeg-dev \
gcc \
@ -48,7 +49,10 @@ RUN \
unzip && \
echo "**** install runtime packages ****" && \
apk add --no-cache \
bluez \
bluez-deprecated \
bluez-libs \
cups-libs \
curl \
eudev-libs \
ffmpeg \
@ -96,6 +100,7 @@ RUN \
pip install ${PIPFLAGS} \
homeassistant==${HASS_RELEASE} && \
pip install ${PIPFLAGS} \
pycups \
PySwitchbot && \
echo "**** cleanup ****" && \
apk del --purge \

View File

@ -241,6 +241,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
## Versions
* **31.03.22:** - Install pycups.
* **07.03.22:** - Install PySwitchbot.
* **02.03.22:** - Update pip and use legacy resolver, clean up temp python files, reduce image size.
* **04.02.22:** - Always compile grpcio on arm32v7 due to pypi pushing a glibc only wheel.

View File

@ -61,6 +61,7 @@ unraid_template_sync: false
# changelog
changelogs:
- { date: "31.03.22:", desc: "Install pycups." }
- { date: "07.03.22:", desc: "Install PySwitchbot." }
- { date: "02.03.22:", desc: "Update pip and use legacy resolver, clean up temp python files, reduce image size." }
- { date: "04.02.22:", desc: "Always compile grpcio on arm32v7 due to pypi pushing a glibc only wheel." }