summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorey Berla <corey@berla.me>2023-04-12 12:30:21 -0700
committerCorey Berla <corey@berla.me>2023-04-12 19:46:44 +0000
commita417d86b74046d79079c47be880d3b9c744d46de (patch)
tree010dae12d76a9ac1b94752fd24d8a60afab1c7dd
parentf0f8a11c0862ff3ff90de3e6f7487f562d24450e (diff)
downloadnautilus-a417d86b74046d79079c47be880d3b9c744d46de.tar.gz
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.
-rw-r--r--.gitlab/Dockerfile1
1 files changed, 1 insertions, 0 deletions
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 \