From 6ba1b706633ee496ab8f7bdcf5ddf287a2643c06 Mon Sep 17 00:00:00 2001 From: Adriano Sela Aviles Date: Thu, 12 Mar 2026 11:00:06 -0700 Subject: [PATCH] throwaway: update dockerfile --- Dockerfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Dockerfile b/Dockerfile index ee12922f2..82980101b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -85,3 +85,7 @@ COPY --from=build-env /go/bin/* /usr/local/bin/ # For compat with the previous run.sh, although ideally you should be # using build_docker.sh which sets an entrypoint for the image. RUN mkdir /tailscale && ln -s /usr/local/bin/containerboot /tailscale/run.sh +RUN addgroup mygroup && \ + adduser -D -G mygroup insecure && \ + adduser -D -G mygroup xinsecure && \ + adduser -D -G mygroup Xinsecure