docker-nob (b483c7bb82f69c471b064e3fd07386431b731f33-debian-trixie)

Published 2025-06-27 00:54:51 +02:00 by tsieprawski

Installation

docker pull code.sieprawski.pl/tsieprawski/docker-nob:b483c7bb82f69c471b064e3fd07386431b731f33-debian-trixie
sha256:be2423ef36c1cd58e605817a2cad6655fc745844b2dc740cbd27613322d3a6db

Image layers

# debian.sh --arch 'amd64' out/ 'trixie' '@1749513600'
RUN /bin/sh -c set -xe && export DEBIAN_FRONTEND=noninteractive && apt-get -o Acquire::Check-Valid-Until=false update && apt-get install --no-install-recommends -y ca-certificates && ( echo 'deb https://snapshot.debian.org/archive/debian/20250507T023357Z/ trixie main' | tee /etc/apt/sources.list.d/snapshot.list ) && ( printf "Package: r-*\nPin: origin snapshot.debian.org\nPin-Priority: 990\n" | tee /etc/apt/preferences.d/snapshot ) && apt-get -o Acquire::Check-Valid-Until=false update && apt-get install --no-install-recommends -y clang-17=1:17.0.6-22+b2 clang-18=1:18.1.8-18+b1 clang-19=1:19.1.7-3+b1 clang-format-19=1:19.1.7-3+b1 clang-tidy-19=1:19.1.7-3+b1 cmake=3.31.6-2 curl=8.14.1-1 diff-cover=9.2.2-1 diffutils=1:3.10-4 gcc-12=12.4.0-5 gcc-14=14.2.0-19 gcovr=7.2+really-1.1 git=1:2.47.2-0.1 jq=1.7.1-6 libclang-rt-17-dev=1:17.0.6-22+b2 libclang-rt-18-dev=1:18.1.8-18+b1 libclang-rt-19-dev=1:19.1.7-3+b1 make=4.4.1-2 ninja-build=1.12.1-1 openssl=3.5.0-2 python3=3.13.3-1 python3-pip=25.0.1+dfsg-1 python3-proselint=0.14.0-2 reuse=5.0.2-1 valgrind=1:3.24.0-2 unzip=6.0-29 zip=3.0-15 && curl -fsSL https://deb.nodesource.com/setup_23.x -o nodesource_setup.sh && bash nodesource_setup.sh && apt-get -o Acquire::Check-Valid-Until=false update && apt-get install --no-install-recommends -y nodejs npm && apt-get clean && rm -rf /var/lib/apt/lists/* && npm install -g alex@11.0.1 write-good@1.0.8 && npm cache clean --force && pip3 install --break-system-packages black==25.1.0 conan==2.16.1 pylint==3.3.7 tree-sitter==0.24.0 tree-sitter-markdown==0.3.2 && mkdir -p ~/.conan2/profiles # buildkit
COPY conan2/profiles/default /tmp/conan2-profiles-default # buildkit
RUN /bin/sh -c mv /tmp/conan2-profiles-default ~/.conan2/profiles/default && conan profile show # buildkit