Update Dockerfile

This commit is contained in:
Alexandre
2025-09-27 10:55:36 +02:00
committed by GitHub
parent d05cbd98e8
commit 99a50ce9f3

View File

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