diff --git a/containers/ansible/Dockerfile b/containers/ansible/Dockerfile index 2acc73f..9c46c0a 100644 --- a/containers/ansible/Dockerfile +++ b/containers/ansible/Dockerfile @@ -2,7 +2,6 @@ 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 apt-get clean && rm -rf /var/lib/apt/lists/* WORKDIR /app