docker/Dockerfile aktualisiert

This commit is contained in:
2026-08-25 11:36:00 +02:00
parent aefe4cfb37
commit d206867699
+2 -1
View File
@@ -11,8 +11,9 @@ RUN dnf install -y \
wget \ wget \
gnupg2 \ gnupg2 \
rpm-sign \ rpm-sign \
libappstream-glib \ appstream \
appstream-compose \ appstream-compose \
cpio \
&& 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 &&\