Skip to content

Commit 1e9765c

Browse files
committed
add tailscale pub key to fix build
1 parent 84ae2b5 commit 1e9765c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

dev/image/Dockerfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ RUN mkdir -p /tmp/helm/ \
2121
&& rm -rf /tmp/helm/ \
2222
&& helm completion bash > /usr/share/bash-completion/completions/helm
2323

24+
### temp. do not submit
25+
RUN curl -fsSL https://pkgs.tailscale.com/stable/ubuntu/focal.gpg | sudo apt-key add - \
26+
&& curl -fsSL https://pkgs.tailscale.com/stable/ubuntu/focal.list | sudo tee /etc/apt/sources.list.d/tailscale.list \
27+
&& apt-get update
28+
2429
### kubernetes ###
2530
RUN mkdir -p /usr/local/kubernetes/ && \
2631
curl -fsSL https://github.com/kubernetes/kubernetes/releases/download/v1.22.4/kubernetes.tar.gz \

0 commit comments

Comments
 (0)