1
0
mirror of https://github.com/rwengine/openrw.git synced 2024-10-06 09:07:19 +02:00

script: Use Fedora rawhide instead of latest stable release

This commit is contained in:
Anonymous Maarten 2018-02-12 23:56:19 +01:00 committed by Daniel Evans
parent 240b44af8b
commit d6ee4774d1

View File

@ -1,4 +1,4 @@
FROM fedora:latest
FROM fedora:rawhide
# ffmpeg-devel needs rpmfusion
RUN dnf install -y https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm \