From c24c768c270ff72bcd6ce5625aafda8290740373 Mon Sep 17 00:00:00 2001 From: Aaron van Geffen Date: Sun, 15 Mar 2020 14:10:30 +0100 Subject: [PATCH] Remove Boost from Fedora Dockerfile. --- dockerfiles/fedora-mingw32/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockerfiles/fedora-mingw32/Dockerfile b/dockerfiles/fedora-mingw32/Dockerfile index 596c0163..3990afdd 100644 --- a/dockerfiles/fedora-mingw32/Dockerfile +++ b/dockerfiles/fedora-mingw32/Dockerfile @@ -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=\*