From ce53bb0eee3b8cd16a6dca8b52492faf87cf0839 Mon Sep 17 00:00:00 2001 From: Juan Font Alonso Date: Tue, 16 Aug 2022 17:52:59 +0200 Subject: [PATCH] Minor changes to HEAD Dockerfile --- Dockerfile.tailscale-HEAD | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Dockerfile.tailscale-HEAD b/Dockerfile.tailscale-HEAD index b62f7e2b..c6e894da 100644 --- a/Dockerfile.tailscale-HEAD +++ b/Dockerfile.tailscale-HEAD @@ -7,7 +7,9 @@ RUN apt-get update \ 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/tailscaled