Remove Boost from Fedora Dockerfile.

This commit is contained in:
Aaron van Geffen 2020-03-15 14:10:30 +01:00
parent e676500f7f
commit c24c768c27
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM fedora:31
RUN dnf update -y && \
dnf install -y mingw32-boost mingw32-boost-static mingw32-SDL2 mingw32-SDL2-static mingw32-SDL2_mixer cmake git ninja-build dnf-plugins-core mingw32-yaml-cpp mingw32-libpng && \
dnf install -y mingw32-SDL2 mingw32-SDL2-static mingw32-SDL2_mixer cmake git ninja-build dnf-plugins-core mingw32-yaml-cpp mingw32-libpng && \
dnf clean all --enablerepo=\*