mirror of
https://github.com/Relintai/pandemonium_engine_minimal.git
synced 2024-11-10 20:12:10 +01:00
10 lines
233 B
Docker
10 lines
233 B
Docker
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
|