From 945115572f0635395f6bd9582224ea5e3a9090d9 Mon Sep 17 00:00:00 2001 From: "xaver.russ" Date: Thu, 28 Aug 2025 18:01:47 +0200 Subject: [PATCH] Update containers/ansible/Dockerfile --- containers/ansible/Dockerfile | 1 - 1 file changed, 1 deletion(-) 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