From 99a50ce9f3fe01bcb3dca27d96b25f8183fb48b8 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 27 Sep 2025 10:55:36 +0200 Subject: [PATCH] Update Dockerfile --- webtop_kde/Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/webtop_kde/Dockerfile b/webtop_kde/Dockerfile index c988c50e7..4863952ea 100644 --- a/webtop_kde/Dockerfile +++ b/webtop_kde/Dockerfile @@ -32,6 +32,9 @@ USER root # load volume VOLUME [ "/sys/fs/cgroup" ] +# Set shell +SHELL ["/bin/bash", "-o", "pipefail", "-c"] + # Allow UID and GID setting # hadolint ignore=SC2015,DL4006,SC2013,SC2086 RUN \