Files
build-containers/Dockerfile.base
2025-11-26 17:53:06 +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.1
CMD /bin/bash