FROM fedora:39 RUN dnf groupinstall "Development Tools" "Development Libraries" -y RUN dnf install npm cmake ninja-build python3 python3-pip python3-sphinx gcc-c++ libasan libubsan -y RUN pip3 install breathe