Update Dockerfile

This commit is contained in:
Alexandre
2023-09-01 15:32:41 +02:00
committed by GitHub
parent 3fe7837a45
commit 9808d14c45

View File

@@ -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 \