[nautilus] ci: Add missing git dependency



commit a9d2562676abf6181ed114a31f00add0f00119c4
Author: Ondrej Holy <oholy redhat com>
Date:   Mon Sep 7 08:37:51 2020 +0200

    ci: Add missing git dependency
    
    The style check job currently fails due to the missing git command, which
    disappeared after the image update. Let's add the git command explicitely.

 .gitlab/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/.gitlab/Dockerfile b/.gitlab/Dockerfile
index 6fe4d7b47..15fc4130c 100644
--- a/.gitlab/Dockerfile
+++ b/.gitlab/Dockerfile
@@ -1,6 +1,6 @@
 FROM fedora:rawhide
 
-RUN dnf install --nogpg -y dnf-plugins-core uncrustify findutils \
+RUN dnf install --nogpg -y dnf-plugins-core uncrustify findutils git \
  && dnf builddep --nogpg -y nautilus \
  && dnf clean all
 


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