FROM fedora:39 RUN dnf groupinstall "Development Tools" "Development Libraries" -y RUN dnf install cmake ninja-build python3 python3-pip -y