wesnoth/utils/dockerbuilds/CI/Dockerfile-base-mingw
Pentarctagon 9315079389 Add curl-based functionality to download files from a URL.
This is a complement to #7416 where it replaces opening the replay's download URL in a browser with directly downloading it into the player's save folder.
2023-03-15 14:49:16 -05:00

15 lines
423 B
Plaintext

FROM wesnoth/wesnoth:msys2-base
RUN pacman -S --noconfirm scons mingw-w64-gcc pkg-config python-pefile expect nsis git
RUN pacman-cross -S --noconfirm \
mingw-w64-x86_64-boost \
mingw-w64-x86_64-SDL2 \
mingw-w64-x86_64-SDL2_image \
mingw-w64-x86_64-SDL2_mixer \
mingw-w64-x86_64-pango \
mingw-w64-x86_64-curl-winssl
#symlink for compatibility with previous Dockerfiles
RUN ln -s /msys64 /windows