buildenv/cxx-amd64-fedora-40 (latest)
Published 2024-12-20 05:30:34 +00:00 by G.H.O.S.T
Installation
docker pull code.helloryan.se/infra/buildenv/cxx-amd64-fedora-40:latest
sha256:2893c8aeaed0160f3ce64fa1089e39e3301413ba224cd22c848b26869568fb9a
Image Layers
LABEL maintainer=Clement Verna <cverna@fedoraproject.org> |
ENV DISTTAG=f40container FGC=f40 FBR=f40 |
ADD fedora-20241031.tar / # buildkit |
CMD ["/bin/bash"] |
RUN /bin/sh -c true && dnf -y update && dnf -y install wget curl g++ openssl git make nodejs xxd && dnf -y install glibc-static libstdc++-static && dnf clean all # buildkit |
RUN /bin/sh -c true && mkdir ~/build2-build && cd ~/build2-build && curl -sSfO https://download.build2.org/0.17.0/build2-install-0.17.0.sh && sh build2-install-0.17.0.sh --yes --trust yes && cd / && rm -rf ~/build2-build # buildkit |
Labels
Key | Value |
---|---|
maintainer | Clement Verna <cverna@fedoraproject.org> |