diff --git a/docker/Dockerfile b/docker/Dockerfile index 977da86..b621c0e 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -12,7 +12,6 @@ RUN dnf install -y \ 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 &&\