| ARG RELEASE |
| ARG LAUNCHPAD_BUILD_ARCH |
| LABEL org.opencontainers.image.ref.name=ubuntu |
| LABEL org.opencontainers.image.version=24.04 |
| ADD file:aaeb92d3288093ff43a69d19f9133475372ca003b6de902066a2d4641eec2456 in / |
| CMD ["/bin/bash"] |
| ENV DEBIAN_FRONTEND=noninteractive |
| RUN /bin/sh -c apt-get update -y && apt-get install -y --no-install-recommends git build-essential cmake ninja-build python3 pipx python3-sphinx # buildkit |
| RUN /bin/sh -c pipx ensurepath # buildkit |
| RUN /bin/sh -c pipx install breathe # buildkit |