Added ansible-lint to the image.
All checks were successful
Build the Docker image / build-the-docker-image (push) Successful in 17m31s

This commit is contained in:
Tom
2026-02-17 15:22:35 +01:00
parent a21e89132f
commit a408c7b1d6

View File

@@ -1,5 +1,5 @@
FROM debian:13
RUN apt-get update && apt-get install -y git npm nodejs ansible sudo gitleaks && apt-get clean && rm -rf /var/lib/apt/lists/*
RUN apt-get update && apt-get install -y git npm nodejs ansible ansible-lint sudo gitleaks && apt-get clean && rm -rf /var/lib/apt/lists/*
WORKDIR /workspace