From 27c43abb6658a6346d7be89607d2716fea1c3339 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 9 Sep 2022 17:15:15 +0200 Subject: [PATCH] Update Dockerfile --- qbittorrent/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/qbittorrent/Dockerfile b/qbittorrent/Dockerfile index af27be866..de29164b7 100644 --- a/qbittorrent/Dockerfile +++ b/qbittorrent/Dockerfile @@ -51,6 +51,7 @@ RUN \ # hadolint ignore=SC2015 ARG CONFIGLOCATION="/config" RUN \ + echo "Running LSIO modifications" \ # 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 \ \