mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-30 19:26:07 +02:00
Update Dockerfile
This commit is contained in:
@@ -28,7 +28,7 @@ ENV S6_CMD_WAIT_FOR_SERVICES=1 \
|
|||||||
S6_SERVICES_GRACETIME=0
|
S6_SERVICES_GRACETIME=0
|
||||||
|
|
||||||
# Image specific modifications
|
# Image specific modifications
|
||||||
# hadolint ignore=SC2016
|
# hadolint ignore=SC2016,SC2086
|
||||||
RUN \
|
RUN \
|
||||||
# CORRECT PLEX CLAIM
|
# CORRECT PLEX CLAIM
|
||||||
file=$(grep -sril 'Server claimed successfully' /etc) \
|
file=$(grep -sril 'Server claimed successfully' /etc) \
|
||||||
@@ -38,7 +38,7 @@ RUN \
|
|||||||
|
|
||||||
# Global LSIO modifications
|
# Global LSIO modifications
|
||||||
ARG CONFIGLOCATION="/config"
|
ARG CONFIGLOCATION="/config"
|
||||||
# hadolint ignore=SC2015, SC2013
|
# hadolint ignore=SC2015,SC2013,SC2236
|
||||||
RUN \
|
RUN \
|
||||||
# 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