| LABEL maintainer=Clement Verna <cverna@fedoraproject.org> |
| ENV DISTTAG=f40container FGC=f40 FBR=f40 |
| ADD fedora-20240916.tar / # buildkit |
| CMD ["/bin/bash"] |
| RUN /bin/sh -c dnf groupinstall "Development Tools" "Development Libraries" -y # buildkit |
| RUN /bin/sh -c dnf install npm cmake ninja-build python3 python3-pip python3-sphinx gcc-c++ libasan libubsan -y # buildkit |
| RUN /bin/sh -c pip3 install breathe # buildkit |
| RUN /bin/sh -c curl -s https://raw.githubusercontent.com/nektos/act/master/install.sh | bash # buildkit |
| ENTRYPOINT ["act" "-W" "/data/repo/.gitea/workflows" "-P" "fedora-cpp=skullnet/fedora-cpp:latest" "-C" "/data/repo" "--pull=false"] |