pandemonium_engine_minimal/misc/build-containers/Dockerfile.base

10 lines
233 B
Docker
Raw Normal View History

2023-12-14 21:54:22 +01:00
FROM fedora:36
WORKDIR /root
RUN dnf -y install --setopt=install_weak_deps=False \
bash bzip2 curl file findutils git make nano patch pkgconfig python3-pip unzip which xz yasm && \
pip install scons==4.4.0
CMD /bin/bash