This commit is contained in:
Alexandre
2022-10-31 09:49:52 +01:00
4 changed files with 7 additions and 7 deletions

View File

@@ -28,7 +28,7 @@ ENV S6_CMD_WAIT_FOR_SERVICES=1 \
S6_SERVICES_GRACETIME=0
# Image specific modifications
# hadolint ignore=SC2016
# hadolint ignore=SC2016,SC2086
RUN \
# CORRECT PLEX CLAIM
file=$(grep -sril 'Server claimed successfully' /etc) \
@@ -38,7 +38,7 @@ RUN \
# Global LSIO modifications
ARG CONFIGLOCATION="/config"
# hadolint ignore=SC2015, SC2013
# hadolint ignore=SC2015,SC2013,SC2236
RUN \
# 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 \