mirror of
https://gitlab.gnome.org/GNOME/nautilus
synced 2024-11-05 16:04:31 +00:00
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:
parent
3ea40d5815
commit
a5ff51d703
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue