From dc78cfcd2d4cbbb94c61433efd8d72051b5702f7 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 29 Nov 2025 20:14:34 +0100 Subject: [PATCH] Update Dockerfile --- netalertx/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/netalertx/Dockerfile b/netalertx/Dockerfile index 30035c1be..d67bf8488 100644 --- a/netalertx/Dockerfile +++ b/netalertx/Dockerfile @@ -39,6 +39,8 @@ ENV S6_CMD_WAIT_FOR_SERVICES=1 \ # Add rootfs COPY rootfs/ / +USER root + # Uses /bin for compatibility purposes # hadolint ignore=DL4005 RUN if [ ! -f /bin/sh ] && [ -f /usr/bin/sh ]; then ln -s /usr/bin/sh /bin/sh; fi && \