From 00a7a73617e94a1a511e8b52331c6fb92b685de4 Mon Sep 17 00:00:00 2001 From: "antoine.vinot" Date: Wed, 15 May 2024 17:11:18 +0200 Subject: [PATCH] Use ROOT user --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index b449b9a..512e1e5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,6 +19,8 @@ ENV LC_ALL="C.UTF-8" WORKDIR /opt +USER 0 + # Prepare entrypoint COPY entrypoint.sh /entrypoint.sh RUN chmod +x /entrypoint.sh