Add Ninja to Fedora docker

This commit is contained in:
Michał Janiszewski 2018-01-28 23:33:11 +01:00 committed by Michał Janiszewski
parent 7beb6622ab
commit f233a9294a
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM fedora:27
RUN dnf update -y && \
dnf install -y mingw32-boost mingw32-boost-static mingw32-SDL2 mingw32-SDL2-static cmake git && \
dnf install -y mingw32-boost mingw32-boost-static mingw32-SDL2 mingw32-SDL2-static cmake git ninja-build && \
dnf clean all --enablerepo=\*