summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOndrej Holy <oholy@redhat.com>2021-02-09 15:47:49 +0100
committerOndrej Holy <oholy@redhat.com>2021-02-09 16:33:02 +0100
commita5ff51d7034a643bcda2dd286714233c9a528042 (patch)
tree1897ee0faea0070bd177bd33d742f0a3782b74a4
parent3ea40d5815867265e51d2c9eea2890895ba04022 (diff)
downloadnautilus-a5ff51d7034a643bcda2dd286714233c9a528042.tar.gz
ci: Add libhandy to Dockerfile
The fedora rawhide CI job fails currently as the image doesn't contain libhandy package, which is new Nautilus dependency. Let's add the package to fix the CI job.
-rw-r--r--.gitlab/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab/Dockerfile b/.gitlab/Dockerfile
index 4a0f73b8d..bdc6e0b34 100644
--- a/.gitlab/Dockerfile
+++ b/.gitlab/Dockerfile
@@ -1,6 +1,6 @@
FROM fedora:rawhide
-RUN dnf install --nogpg -y dnf-plugins-core uncrustify findutils git libportal-devel tracker3-miners python3-gobject dbus-daemon \
+RUN dnf install --nogpg -y dnf-plugins-core uncrustify findutils git libportal-devel tracker3-miners python3-gobject dbus-daemon libhandy1-devel \
&& dnf builddep --nogpg -y nautilus \
&& dnf clean all