From 47265a3e24ea3abfa45d415048fcda02f727320b Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 3 Sep 2023 20:40:10 +0200 Subject: [PATCH] Update Dockerfile --- webtop_kde/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/webtop_kde/Dockerfile b/webtop_kde/Dockerfile index e155658e7..e6bd253a7 100644 --- a/webtop_kde/Dockerfile +++ b/webtop_kde/Dockerfile @@ -25,7 +25,8 @@ FROM ${BUILD_FROM} # Set S6 wait time ENV S6_CMD_WAIT_FOR_SERVICES=1 \ S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0 \ - S6_SERVICES_GRACETIME=0 + S6_SERVICES_GRACETIME=0 \ + S6_STAGE2_HOOK=/docker-mods # load volume VOLUME [ "/sys/fs/cgroup" ]