From 62093dac186ffa0bacf46f83b1eccc83a0b72ab8 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Wed, 9 Jul 2025 14:55:46 +0200 Subject: [PATCH] Update Dockerfile Signed-off-by: Kjeld Schouten --- containers/apps/charts-ci/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/containers/apps/charts-ci/Dockerfile b/containers/apps/charts-ci/Dockerfile index d2b866a58a4..94d346270ee 100644 --- a/containers/apps/charts-ci/Dockerfile +++ b/containers/apps/charts-ci/Dockerfile @@ -43,7 +43,7 @@ RUN \ curl \ gcc \ git \ - gnupg \ + gnupg \ gzip \ jo \ jq \ @@ -53,6 +53,7 @@ RUN \ unzip \ wget \ zip \ + webp \ && rm -rf /var/lib/apt/lists/* # Create a directory for the tools