From e9ff3144d4626648ab8e6275621b1b38cfabe4e7 Mon Sep 17 00:00:00 2001 From: Sergey Besedin Date: Mon, 19 Jan 2026 04:18:58 +0400 Subject: [PATCH] Clean up --- Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3205b4f..6b7220d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,9 @@ FROM gitea/runner-images:ubuntu-latest -RUN apt update && apt install --no-install-recommends -y ansible ansible-lint sshpass +RUN apt update && \ + apt install --no-install-recommends -y ansible ansible-lint sshpass && \ + rm -rf /var/lib/apt/lists/* RUN mkdir /ansible