[nautilus] ci: Add libhandy to Dockerfile



commit a5ff51d7034a643bcda2dd286714233c9a528042
Author: Ondrej Holy <oholy redhat com>
Date:   Tue Feb 9 15:47:49 2021 +0100

    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.

 .gitlab/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
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
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]