throwaway: update dockerfile

This commit is contained in:
Adriano Sela Aviles 2026-03-12 11:00:06 -07:00
parent d0d40fb668
commit 6ba1b70663
No known key found for this signature in database
GPG Key ID: 28128631BCCBB1BB

View File

@ -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