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:11:06 +0100
commita1819b6443b6b5eb1c8bd614a50c9c56fd2ab929 (patch)
tree71306867cdf895ac0ef6f72809a991923a980ed4
parent8826f21f2bc717f727ac221414f96d1453235db2 (diff)
downloadnautilus-wip/oholy/ci-libhandy.tar.gz
ci: Add libhandy to Dockerfilewip/oholy/ci-libhandy
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