Files
buildroot/Dockerfile.windows-builder
Rémi Verschelde 731b11dcc4 Update podman builders to recent versions
Fedora 36 for the Windows builder, and keeping CentOS 7 but applying
updates for the Linux one (needed to get newer ca-certificates).
2022-05-10 13:16:44 +02:00

7 lines
237 B
Docker

FROM fedora:36
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