mirror of
https://github.com/tailscale/tailscale.git
synced 2026-05-05 04:06:35 +02:00
throwaway: update dockerfile
This commit is contained in:
parent
d0d40fb668
commit
6ba1b70663
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user