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

docker: use latest branched fedora version instead of rawhide

This commit is contained in:
Anonymous Maarten 2018-03-17 08:44:16 +01:00 committed by Daniel Evans
parent c328132e92
commit b8bf99ed1f

View File

@ -1,4 +1,4 @@
FROM fedora:rawhide
FROM fedora:branched
# ffmpeg-devel needs rpmfusion
RUN dnf install -y https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm \
@ -10,6 +10,7 @@ RUN dnf update -y \
gcc gcc-c++ \
boost-devel \
cmake \
make \
bullet-devel \
ffmpeg-devel \
glm-devel \