new LSIO logic

This commit is contained in:
Alexandre
2022-09-09 17:26:43 +02:00
parent d443ae57dd
commit 5631879d49
4 changed files with 39 additions and 40 deletions

View File

@@ -49,7 +49,7 @@ RUN \
# Global LSIO modifications
ARG CONFIGLOCATION="/config"
# hadolint ignore=SC2015
# hadolint ignore=SC2015, SC2013
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 \