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

docker: use fedora 'latest' docker image

This commit is contained in:
Anonymous Maarten 2018-07-06 00:21:52 +02:00
parent b545b79a4b
commit 0915054d93

View File

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