mirror of
https://github.com/godotengine/buildroot.git
synced 2025-12-31 09:48:56 +03:00
7 lines
237 B
Docker
7 lines
237 B
Docker
FROM fedora:33
|
|
|
|
RUN dnf -y install mingw32-nsis xz bzip2 zip diffutils texinfo gcc gcc-c++ make mingw64-winpthreads mingw64-winpthreads-static mingw64-gcc mingw64-gcc-c++ curl && \
|
|
dnf clean all
|
|
|
|
COPY build-windows.sh /usr/local/bin
|