mirror of
https://github.com/rwengine/openrw.git
synced 2025-04-28 21:08:05 +03:00
docker: use latest branched fedora version instead of rawhide
This commit is contained in:
parent
c328132e92
commit
b8bf99ed1f
1 changed files with 2 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue