docker/Dockerfile aktualisiert

This commit is contained in:
2026-08-25 11:21:23 +02:00
parent 33145f0c8a
commit 9c476d84aa
+2
View File
@@ -11,6 +11,8 @@ RUN dnf install -y \
wget \ wget \
gnupg2 \ gnupg2 \
rpm-sign \ rpm-sign \
libappstream-glib \
libappstream-glib-builder \
&& dnf clean all && dnf clean all
RUN wget https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64 -O /usr/local/bin/yq &&\ RUN wget https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64 -O /usr/local/bin/yq &&\