[glib/wip/hadess/update-docker-packages: 43/44] ci: Update Fedora image before installing new items
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib/wip/hadess/update-docker-packages: 43/44] ci: Update Fedora image before installing new items
- Date: Tue, 4 Feb 2020 16:52:05 +0000 (UTC)
commit 4fe2c7ffdb1ac29d513332e0d52cd6769e969d9c
Author: Bastien Nocera <hadess hadess net>
Date: Fri Jan 17 10:06:36 2020 +0100
ci: Update Fedora image before installing new items
This fixes some scriptlets crashes during package installation.
.gitlab-ci/fedora.Dockerfile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/.gitlab-ci/fedora.Dockerfile b/.gitlab-ci/fedora.Dockerfile
index 58cd224cd..5c509fd66 100644
--- a/.gitlab-ci/fedora.Dockerfile
+++ b/.gitlab-ci/fedora.Dockerfile
@@ -1,6 +1,7 @@
FROM fedora:30
-RUN dnf -y install \
+RUN dnf -y update \
+ && dnf -y install \
bindfs \
clang \
clang-analyzer \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]