From 6a93ea4589e8a5bda52c2e3918034f93bbcbdc5f Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 24 Jul 2023 12:09:49 +0200 Subject: [PATCH] Update Dockerfile --- webtop_kde/Dockerfile | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/webtop_kde/Dockerfile b/webtop_kde/Dockerfile index 7a7045433..ff7a31f63 100644 --- a/webtop_kde/Dockerfile +++ b/webtop_kde/Dockerfile @@ -31,14 +31,7 @@ ENV S6_CMD_WAIT_FOR_SERVICES=1 \ # hadolint ignore=SC2015,DL4006,SC2013,SC2086 RUN \ # Change home folder location - usermod --home /share/webtop_kde abc \ - \ - # Correct error in upstream image - && for file in $(grep -srl "startwm " /etc); do sed -i 's/startwm /startwm.sh /g' $file; done \ - \ - # Update distribution - # hadolint ignore=DL3017 - && apk upgrade --no-cache + usermod --home /share/webtop_kde abc # Global LSIO modifications ARG CONFIGLOCATION="/share/webtop_kde"