From 338f87f12ae94eeb756c1f71fbbb09c4548c559a Mon Sep 17 00:00:00 2001 From: Klas Broberg Date: Mon, 15 Sep 2025 14:15:20 +0200 Subject: [PATCH] Change back to root --- Dockerfile | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/Dockerfile b/Dockerfile index 9ef7751..0619c50 100644 --- a/Dockerfile +++ b/Dockerfile @@ -29,12 +29,5 @@ ENV PATH=$PATH:/usr/share/dotnet # Verify .NET installation RUN dotnet --version -# Switch back to the original user (if act_runner has a specific user) # Check what user the base image uses -RUN id - -# Keep the original entrypoint from act_runner -# The base image will handle the act_runner functionality - -# Switch back to the original user -USER runner \ No newline at end of file +RUN id \ No newline at end of file