From 9e9d192fad53fcc473dc9cf4d4bc4ce8cbb06d92 Mon Sep 17 00:00:00 2001 From: Alexandre Date: Sat, 10 Sep 2022 12:05:51 +0200 Subject: [PATCH] Lint --- transmission/Dockerfile | 1 + webtop_kde/Dockerfile | 1 + 2 files changed, 2 insertions(+) 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