From 527ea2389db0596a8f06182aeda86c40e4292551 Mon Sep 17 00:00:00 2001
From: georg <georg@riseup.net>
Date: Sun, 14 Apr 2019 22:17:54 +0000
Subject: [PATCH] fedora: fix line endings and ensure update works
 non-interactive

---
 fedora | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/fedora b/fedora
index 1fa2eef..4fd8fd5 100644
--- a/fedora
+++ b/fedora
@@ -1,10 +1,10 @@
 FROM fedora
 
-RUN export FEDORA_VERSION=$(rpm -E %fedora)
-&&  dnf install -y
+RUN export FEDORA_VERSION=$(rpm -E %fedora) \
+&&  dnf install -y \
     https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$FEDORA_VERSION.noarch.rpm \
-    https://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$FEDORA_VERSION.noarch.rpm
-&&  dnf update
+    https://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$FEDORA_VERSION.noarch.rpm \
+&&  dnf update -y \
 &&  dnf install -y \
     cairo \
     cairo-gobject \
-- 
GitLab