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

Commit 6af39e0

Browse files
Tweak install line.
1 parent e2e4e62 commit 6af39e0

File tree

1 file changed

+14
-7
lines changed

1 file changed

+14
-7
lines changed

naev/naev-windows/Dockerfile

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

3131
# Install MXE packages.
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
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
3946

4047

4148
# Add MXE to PATH

0 commit comments

Comments
 (0)