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