[glib/wip/hadess/update-docker-packages: 4/5] ci: Update Fedora image before installing new items
- From: Philip Withnall <pwithnall src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib/wip/hadess/update-docker-packages: 4/5] ci: Update Fedora image before installing new items
- Date: Mon, 20 Jan 2020 15:09:26 +0000 (UTC)
commit 0872be085a4a00348ec21dc8833c2484f5f0e724
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 84095b043..e099cc861 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]