diff --git a/Dockerfile b/Dockerfile index b33ad55..3205b4f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM gitea/runner-images:ubuntu-latest -RUN apt update && apt install ansible ansible-lint sshpass +RUN apt update && apt install --no-install-recommends -y ansible ansible-lint sshpass RUN mkdir /ansible