Skip to content

Commit b701f8e

Browse files
Revert changing fedora version remove noble32 libtbb
1 parent cc7976d commit b701f8e

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

10/mingw32/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM fedora:43
1+
FROM fedora:41
22
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 && \
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 && \
44
dnf clean all --enablerepo=\*

10/noble32/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ RUN dpkg --add-architecture i386 \
1414
gcc-multilib \
1515
git \
1616
libgtest-dev:i386 \
17-
libtbb-dev:i386 \
1817
libopenal-dev:i386 \
1918
libpng-dev:i386 \
2019
libsdl2-dev:i386 \

0 commit comments

Comments
 (0)