We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc7976d commit b701f8eCopy full SHA for b701f8e
10/mingw32/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM fedora:43
+FROM fedora:41
2
RUN dnf update -y && \
3
- dnf install -y mingw32-gcc-c++ mingw32-SDL2 mingw32-SDL2-static ccache cmake git ninja-build dnf-plugins-core mingw32-yaml-cpp mingw32-libpng mingw32-openal-soft mingw32-libtbb && \
+ dnf install -y mingw32-gcc-c++ mingw32-SDL2 mingw32-SDL2-static ccache cmake git ninja-build dnf-plugins-core mingw32-yaml-cpp mingw32-libpng mingw32-openal-soft && \
4
dnf clean all --enablerepo=\*
10/noble32/Dockerfile
@@ -14,7 +14,6 @@ RUN dpkg --add-architecture i386 \
14
gcc-multilib \
15
git \
16
libgtest-dev:i386 \
17
- libtbb-dev:i386 \
18
libopenal-dev:i386 \
19
libpng-dev:i386 \
20
libsdl2-dev:i386 \
0 commit comments