diff --git a/docker/Dockerfile b/docker/Dockerfile index 9126bb8..977da86 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -11,6 +11,8 @@ RUN dnf install -y \ wget \ gnupg2 \ rpm-sign \ + libappstream-glib \ + libappstream-glib-builder \ && dnf clean all RUN wget https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64 -O /usr/local/bin/yq &&\