From a417d86b74046d79079c47be880d3b9c744d46de Mon Sep 17 00:00:00 2001 From: Corey Berla Date: Wed, 12 Apr 2023 12:30:21 -0700 Subject: ci: Dockerfile install appstream dependency for libadwaita Similar to the last commit, we are using fedora:latest which doesn't know about a new dependency for libadwait (appstream). Install it manually after the dnf builddep. --- .gitlab/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab/Dockerfile b/.gitlab/Dockerfile index 71e1a4332..8ffd536da 100644 --- a/.gitlab/Dockerfile +++ b/.gitlab/Dockerfile @@ -15,6 +15,7 @@ RUN dnf builddep -y gtk4 \ && rm -rf gtk RUN dnf builddep -y libadwaita \ + && dnf install -y appstream-devel \ && dnf clean all \ && git clone --depth 1 https://gitlab.gnome.org/GNOME/libadwaita.git \ && cd libadwaita \ -- cgit v1.2.1