summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOndrej Holy <oholy@redhat.com>2020-09-07 08:37:51 +0200
committerOndrej Holy <oholy@redhat.com>2020-09-07 09:59:59 +0200
commita9d2562676abf6181ed114a31f00add0f00119c4 (patch)
tree68ff36acad13cbfa64c4294a5dd921b70bda4490
parentb0b36a4c0b4a5dd03a0e4ab57a086c6771bac649 (diff)
downloadnautilus-a9d2562676abf6181ed114a31f00add0f00119c4.tar.gz
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.
-rw-r--r--.gitlab/Dockerfile2
1 files changed, 1 insertions, 1 deletions
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