Update apps/home-assistant/Dockerfile
This commit is contained in:
parent
e5e0d0a454
commit
e69a4a2902
1 changed files with 4 additions and 3 deletions
|
@ -22,7 +22,7 @@ ENV UMASK="0002" \
|
||||||
USER root
|
USER root
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
#hadolint ignore=DL3018,DL3013,DL3059,DL4006
|
# hadolint ignore=DL3018,DL3013,DL3059,DL4006
|
||||||
RUN \
|
RUN \
|
||||||
apk add --no-cache \
|
apk add --no-cache \
|
||||||
bash \
|
bash \
|
||||||
|
@ -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"
|
Loading…
Reference in a new issue