Update containers/ansible/Dockerfile
All checks were successful
Build and Push Ansible Container / build-and-push-arch (arm64) (push) Successful in 2m21s
Build and Push Ansible Container / build-and-push-arch (amd64) (push) Successful in 2m26s
Build and Push Ansible Container / merge-images-via-manifest (push) Successful in 8s

This commit is contained in:
Xaver Russ 2025-08-28 18:01:47 +02:00
parent 032468d4ad
commit 945115572f

View file

@ -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