From 55754bfbd21f6e3e0cf78861452b5a15097942f6 Mon Sep 17 00:00:00 2001 From: "David M. Klein" <4+leander19961@noreply.localhost> Date: Tue, 25 Aug 2026 10:12:00 +0200 Subject: [PATCH] docker/Dockerfile aktualisiert --- docker/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docker/Dockerfile b/docker/Dockerfile index 3915dff..9126bb8 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -9,6 +9,8 @@ RUN dnf install -y \ jq \ openssh-clients \ wget \ + gnupg2 \ + rpm-sign \ && dnf clean all RUN wget https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64 -O /usr/local/bin/yq &&\