docker/Dockerfile aktualisiert

This commit is contained in:
2026-08-25 10:12:00 +02:00
parent 717b50d122
commit 55754bfbd2
+2
View File
@@ -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 &&\