Update Dockerfile

This commit is contained in:
Alexandre
2023-09-05 23:25:34 +02:00
committed by GitHub
parent 0f62e501fc
commit 4257bc8f93

View File

@@ -28,11 +28,8 @@ ENV S6_CMD_WAIT_FOR_SERVICES=1 \
S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0 \
S6_SERVICES_GRACETIME=0
USER root
RUN sed -i "2a /./ha_entrypoint.sh" start.sh
##################
# 3 Install apps #
##################
@@ -75,6 +72,8 @@ ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/mas
RUN if [ -d /etc/cont-init.d ]; then chmod -R 755 /etc/cont-init.d; fi && \
if [ -d /etc/services.d ]; then chmod -R 755 /etc/services.d; fi
RUN sed -i "2a /./ha_entrypoint.sh" start.sh
############
# 5 Labels #
############