mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-08 00:25:55 +02:00
Update Dockerfile
This commit is contained in:
@@ -51,6 +51,7 @@ RUN \
|
|||||||
# hadolint ignore=SC2015
|
# hadolint ignore=SC2015
|
||||||
ARG CONFIGLOCATION="/config"
|
ARG CONFIGLOCATION="/config"
|
||||||
RUN \
|
RUN \
|
||||||
|
echo "Running LSIO modifications" \
|
||||||
# Avoid custom-init.d duplications
|
# Avoid custom-init.d duplications
|
||||||
&& for file in $(grep -sril 'Potential tampering with custom' /etc/cont-init.d /etc/services.d /etc/s6-overlay/s6-rc.d); do rm -f "$file"; done \
|
&& for file in $(grep -sril 'Potential tampering with custom' /etc/cont-init.d /etc/services.d /etc/s6-overlay/s6-rc.d); do rm -f "$file"; done \
|
||||||
\
|
\
|
||||||
|
|||||||
Reference in New Issue
Block a user