Skip to content
This repository was archived by the owner on Aug 30, 2025. It is now read-only.

Commit 40f7638

Browse files
Revert "Tweak install line."
This reverts commit 6af39e0.
1 parent 6af39e0 commit 40f7638

File tree

1 file changed

+7
-14
lines changed

1 file changed

+7
-14
lines changed

naev/naev-windows/Dockerfile

Lines changed: 7 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -29,20 +29,13 @@ RUN mkdir -p /tmp/.wine && \
2929
winecfg
3030

3131
# Install MXE packages.
32-
RUN DEBIAN_FRONTEND=noninteractive apt-get install -y --install-recommends \
33-
mxe-x86-64-w64-mingw32.shared-cmake \
34-
mxe-x86-64-w64-mingw32.shared-freetype \
35-
mxe-x86-64-w64-mingw32.shared-gcc \
36-
mxe-x86-64-w64-mingw32.shared-libxml2 \
37-
mxe-x86-64-w64-mingw32.shared-mingw-w64 \
38-
mxe-x86-64-w64-mingw32.shared-openal \
39-
mxe-x86-64-w64-mingw32.shared-physfs \
40-
mxe-x86-64-w64-mingw32.shared-pkgconf \
41-
mxe-x86-64-w64-mingw32.shared-sdl2 \
42-
mxe-x86-64-w64-mingw32.shared-sdl2-image \
43-
mxe-x86-64-w64-mingw32.shared-sdl2-mixer \
44-
mxe-x86-64-w64-mingw32.shared-suitesparse \
45-
mxe-x86-64-w64-mingw32.shared-vorbis
32+
RUN DEBIAN_FRONTEND=noninteractive apt-get install -y mxe-x86-64-w64-mingw32.shared-cmake \
33+
mxe-x86-64-w64-mingw32.shared-gcc mxe-x86-64-w64-mingw32.shared-freetype \
34+
mxe-x86-64-w64-mingw32.shared-vorbis mxe-x86-64-w64-mingw32.shared-libxml2 \
35+
mxe-x86-64-w64-mingw32.shared-openal mxe-x86-64-w64-mingw32.shared-pkgconf \
36+
mxe-x86-64-w64-mingw32.shared-physfs mxe-x86-64-w64-mingw32.shared-sdl2 \
37+
mxe-x86-64-w64-mingw32.shared-sdl2-image mxe-x86-64-w64-mingw32.shared-sdl2-mixer \
38+
mxe-x86-64-w64-mingw32.shared-mingw-w64 mxe-x86-64-w64-mingw32.shared-suitesparse
4639

4740

4841
# Add MXE to PATH

0 commit comments

Comments
 (0)