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
|
||||
WORKDIR /app
|
||||
|
||||
#hadolint ignore=DL3018,DL3013,DL3059,DL4006
|
||||
# hadolint ignore=DL3018,DL3013,DL3059,DL4006
|
||||
RUN \
|
||||
apk add --no-cache \
|
||||
bash \
|
||||
|
@ -31,7 +31,7 @@ RUN \
|
|||
bluez-deprecated \
|
||||
bluez-libs \
|
||||
ca-certificates \
|
||||
catatonit \
|
||||
tini \
|
||||
coreutils \
|
||||
cups-libs \
|
||||
curl \
|
||||
|
@ -89,6 +89,7 @@ USER nobody:nogroup
|
|||
WORKDIR /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"
|
Loading…
Reference in a new issue