This repository was archived by the owner on Aug 30, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +14
-7
lines changed
Expand file tree Collapse file tree 1 file changed +14
-7
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments