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.
This commit is contained in:
Ondrej Holy 2021-02-09 15:47:49 +01:00
parent 3ea40d5815
commit a5ff51d703

View file

@ -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