removed netbird added tailscale
This commit is contained in:
parent
032468d4ad
commit
07c9560de7
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ FROM node:current-slim
|
|||
|
||||
RUN apt-get update
|
||||
RUN apt-get install -y --no-install-recommends ansible curl git
|
||||
RUN curl -fsSL https://pkgs.netbird.io/install.sh | sh
|
||||
RUN curl -fsSL https://tailscale.com/install.sh | sh
|
||||
RUN apt-get clean && rm -rf /var/lib/apt/lists/*
|
||||
|
||||
WORKDIR /app
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue