From 9808d14c45fd32efe97b99a48ce632c517459cc1 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 1 Sep 2023 15:32:41 +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 326966b29..d73e2bbc5 100644 --- a/webtop_kde/Dockerfile +++ b/webtop_kde/Dockerfile @@ -27,6 +27,9 @@ ENV S6_CMD_WAIT_FOR_SERVICES=1 \ S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0 \ S6_SERVICES_GRACETIME=0 +# load volume +VOLUME [ "/sys/fs/cgroup" ] + # Allow UID and GID setting # hadolint ignore=SC2015,DL4006,SC2013,SC2086 RUN \