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 \