• Joined on 2025-08-24

ubuntu-cmake (latest)

Published 2025-08-25 10:53:15 +02:00 by dotty

Installation

docker pull gitea.dotty.fr/dotty/ubuntu-cmake:latest
sha256:3016aaf0235e673e4ff1bfcd67e2c7261e5f325e3eaf407f0238c730295196f7

Image Layers

ARG RELEASE
ARG LAUNCHPAD_BUILD_ARCH
LABEL org.opencontainers.image.ref.name=ubuntu
LABEL org.opencontainers.image.version=24.04
ADD file:5601f441718b0d192d73394b35fd07675342837ec9089ddd52dd1dc0de79630e in /
CMD ["/bin/bash"]
ENV DEBIAN_FRONTEND=noninteractive
RUN /bin/sh -c apt-get update && apt-get install -y build-essential git curl clang cmake gdb wget zip unzip jq python3 python3-venv python3-pip ca-certificates gnupg dpkg-dev # buildkit
RUN /bin/sh -c curl -fsSL https://deb.nodesource.com/setup_24.x | bash - # buildkit
RUN /bin/sh -c apt-get update && apt-get install -y nodejs # buildkit
RUN /bin/sh -c apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* # buildkit

Labels

Key Value
org.opencontainers.image.ref.name ubuntu
org.opencontainers.image.version 24.04
Details
Container
2025-08-25 10:53:15 +02:00
1
OCI / Docker
linux/amd64
564 MiB
Versions (1) View all
latest 2025-08-25