diff --git a/docker/Dockerfile b/docker/Dockerfile index b621c0e..ac1dfa6 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -12,6 +12,7 @@ RUN dnf install -y \ gnupg2 \ rpm-sign \ libappstream-glib \ + appstream-compose \ && dnf clean all RUN wget https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64 -O /usr/local/bin/yq &&\