Skip to content
Snippets Groups Projects
Verified Commit 527ea238 authored by georg's avatar georg
Browse files

fedora: fix line endings and ensure update works non-interactive

parent 940a6b28
No related branches found
No related tags found
No related merge requests found
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 \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment