mirror of
https://github.com/juanfont/headscale.git
synced 2024-11-26 08:53:05 +00:00
Minor changes to HEAD Dockerfile
This commit is contained in:
parent
c0fe1abf4d
commit
ce53bb0eee
1 changed files with 3 additions and 1 deletions
|
@ -7,7 +7,9 @@ RUN apt-get update \
|
||||||
|
|
||||||
RUN git clone https://github.com/tailscale/tailscale.git
|
RUN git clone https://github.com/tailscale/tailscale.git
|
||||||
|
|
||||||
WORKDIR tailscale
|
WORKDIR /go/tailscale
|
||||||
|
|
||||||
|
RUN git checkout main
|
||||||
|
|
||||||
RUN sh build_dist.sh tailscale.com/cmd/tailscale
|
RUN sh build_dist.sh tailscale.com/cmd/tailscale
|
||||||
RUN sh build_dist.sh tailscale.com/cmd/tailscaled
|
RUN sh build_dist.sh tailscale.com/cmd/tailscaled
|
||||||
|
|
Loading…
Reference in a new issue