diff --git a/transmission/Dockerfile b/transmission/Dockerfile index 833163aa8..daff6f62c 100644 --- a/transmission/Dockerfile +++ b/transmission/Dockerfile @@ -28,6 +28,7 @@ ENV S6_CMD_WAIT_FOR_SERVICES=1 \ S6_SERVICES_GRACETIME=0 # MOFIFY DATA PATH +# hadolint ignore=SC2015,DL4006,SC2013 RUN sed -i "s|config|config/transmission|g" /etc/services.d/transmission/run \ #&& sed -i "s|config|config/transmission|g" /etc/cont-init.d/20-config \ # Avoid custom-init.d duplications diff --git a/webtop_kde/Dockerfile b/webtop_kde/Dockerfile index cf69dd97d..991074995 100644 --- a/webtop_kde/Dockerfile +++ b/webtop_kde/Dockerfile @@ -28,6 +28,7 @@ ENV S6_CMD_WAIT_FOR_SERVICES=1 \ S6_SERVICES_GRACETIME=0 # Allow UID and GID setting +# hadolint ignore=SC2015,DL4006,SC2013 RUN grep -sril "Potential tampering with custom" /etc/cont-init.d /etc/s6-overlay/s6-rc.d | xargs -r rm \ \ # Prevent changing ownership of /config