[nautilus/wip/oholy/ci-libhandy] ci: Add libhandy to Dockerfile




commit c87117b3ee1ca01213500a100eda368c9e9dbccf
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..2ab6e893b 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 libhandy \
  && dnf builddep --nogpg -y nautilus \
  && dnf clean all
 


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