Update apps/home-assistant/Dockerfile

This commit is contained in:
Tommy 2025-01-04 10:09:15 +00:00
parent e5e0d0a454
commit e69a4a2902
Signed by: Mooo[bot]
GPG key ID: CF3AFE4D5B62BB9A

View file

@ -31,7 +31,7 @@ RUN \
bluez-deprecated \ bluez-deprecated \
bluez-libs \ bluez-libs \
ca-certificates \ ca-certificates \
catatonit \ tini \
coreutils \ coreutils \
cups-libs \ cups-libs \
curl \ curl \
@ -89,6 +89,7 @@ USER nobody:nogroup
WORKDIR /config WORKDIR /config
VOLUME ["/config"] VOLUME ["/config"]
ENTRYPOINT ["/usr/bin/catatonit", "--", "/entrypoint.sh"] RUN chmod +x /entrypoint.sh
ENTRYPOINT ["/sbin/tini", "--", "/entrypoint.sh"]
LABEL org.opencontainers.image.source="https://github.com/home-assistant/core" LABEL org.opencontainers.image.source="https://github.com/home-assistant/core"