docker-images/fedora-cpp.Dockerfile
Erki f8b2e87400 Add sphinx and breathe to fedora-cpp.Dockerfile
Add fedora-act.Dockerfile for running the act runner locally
2024-06-25 14:37:43 +03:00

6 lines
210 B
Docker

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