Update Dockerfile

This commit is contained in:
Alexandre
2026-07-09 09:42:02 +02:00
committed by GitHub
parent 2291f8fdb7
commit f13a3466aa

View File

@@ -25,9 +25,6 @@ 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 \