summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOndrej Holy <oholy@redhat.com>2020-09-04 17:42:18 +0200
committerOndrej Holy <oholy@redhat.com>2020-09-04 17:48:32 +0200
commitaf848924eb4c1dd8ed5631459240faa03bfce291 (patch)
tree3e7ddd2b669a4fc0a6b4df399e4d73ccc7a8cd07
parentb6f39cf87d34d4832589014001fd314041815516 (diff)
downloadnautilus-af848924eb4c1dd8ed5631459240faa03bfce291.tar.gz
ci: Disable gpg signature checking
Creation of new image currently fails on gpg signature checking. Let's use --nogpg temporarily to make it work again.
-rw-r--r--.gitlab/Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab/Dockerfile b/.gitlab/Dockerfile
index 3861b3f84..e0e2df663 100644
--- a/.gitlab/Dockerfile
+++ b/.gitlab/Dockerfile
@@ -1,5 +1,5 @@
FROM fedora:rawhide
-RUN dnf install -y dnf-plugins-core uncrustify findutils \
- && dnf builddep -y nautilus \
+RUN dnf install --nogpg -y dnf-plugins-core uncrustify findutils \
+ && dnf builddep --nogpg -y nautilus \
&& dnf clean all