Files
build-containers/Dockerfile.base
Rémi Verschelde 183505d40c Update to Fedora 42, Mono 6.12.0.206 w/ Android 16KB page size, Xcode 16.2
Newer versions of Xcode / Clang seem to have build errors for Mono.
2025-10-14 17:29:36 +02:00

10 lines
246 B
Docker

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