From 704a60fdd3971676b2e74d6e304727c1565e9504 Mon Sep 17 00:00:00 2001 From: Sergey Besedin Date: Mon, 19 Jan 2026 00:30:48 +0400 Subject: [PATCH] Yep --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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