Update containers/ansible/Dockerfile
All checks were successful
All checks were successful
This commit is contained in:
parent
032468d4ad
commit
945115572f
1 changed files with 0 additions and 1 deletions
|
|
@ -2,7 +2,6 @@ FROM node:current-slim
|
||||||
|
|
||||||
RUN apt-get update
|
RUN apt-get update
|
||||||
RUN apt-get install -y --no-install-recommends ansible curl git
|
RUN apt-get install -y --no-install-recommends ansible curl git
|
||||||
RUN curl -fsSL https://pkgs.netbird.io/install.sh | sh
|
|
||||||
RUN apt-get clean && rm -rf /var/lib/apt/lists/*
|
RUN apt-get clean && rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue