From cf09803ecf9ab6d94f3e423b63a53c09905d8264 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 25 Oct 2022 06:52:45 +0100 Subject: [PATCH] Update Dockerfile --- webtop_kde/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webtop_kde/Dockerfile b/webtop_kde/Dockerfile index 4e495980f..a68406a33 100644 --- a/webtop_kde/Dockerfile +++ b/webtop_kde/Dockerfile @@ -34,7 +34,7 @@ RUN \ usermod --home /share/webtop_kde abc \ \ # Correct error in upstream image - && sed -i 's|startwm |startwm.sh |g' /etc/cont-init.d/30-config \ + && for file in $(grep -srl "startwm " /etc/cont-init.d /etc/s6-overlay/s6-rc.d); do sed -i 's/startwm /startwm.sh /g' "$file"; done \ \ # Update distribution # hadolint ignore=DL3017