Added ansible-lint to the image.
All checks were successful
Build the Docker image / build-the-docker-image (push) Successful in 17m31s
All checks were successful
Build the Docker image / build-the-docker-image (push) Successful in 17m31s
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user