Files
build-containers/Dockerfile.base
Rémi Verschelde e93df6959d Update to Fedora 43 for MinGW-GCC 15.2.1
Fixes #157, seems like the MinGW stack in F42 was broken.
2025-10-27 22:33:18 +01:00

10 lines
246 B
Docker

FROM fedora:43
WORKDIR /root
RUN dnf -y install --setopt=install_weak_deps=False \
bash binutils bzip2 curl file findutils gettext git make nano patch pkgconfig python3-pip unzip which xz && \
pip install scons==4.10.0
CMD /bin/bash