containers/dev (sha256:9a8db1c6bc720e996200a225665493193786f378240e089fb8d82a9c8b759fa9)

Published 2026-05-31 07:05:10 +03:00 by vlkma in vlkma/containers

Installation

docker pull git.vlkma.ru/vlkma/containers/dev@sha256:9a8db1c6bc720e996200a225665493193786f378240e089fb8d82a9c8b759fa9
sha256:9a8db1c6bc720e996200a225665493193786f378240e089fb8d82a9c8b759fa9

Image layers

# debian.sh --arch 'amd64' out/ 'stable' '@1779062400'
ENV TZ=Europe/Moscow
RUN /bin/sh -c ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone # buildkit
RUN /bin/sh -c useradd -m vscode # buildkit
ARG DEBIAN_FRONTEND=noninteractive
RUN |1 DEBIAN_FRONTEND=noninteractive /bin/sh -c apt-get update && apt-get install -y debian-archive-keyring && rm -rf /var/lib/apt/lists/* # buildkit
RUN |1 DEBIAN_FRONTEND=noninteractive /bin/sh -c apt-get update -qq && apt-get install -y --no-install-recommends --no-install-suggests gpg curl ca-certificates ssh git cmake make ninja-build gcc g++ gdb gdbserver clang lldb clangd mold cppcheck flawfinder valgrind valgrind-mpi libgsl-dev libpq-dev libomp-dev libgsl-dev libarmadillo-dev libspdlog-dev devscripts debhelper lsb-release texlive-xetex texlive-fonts-recommended texlive-plain-generic python3-venv > /dev/null && rm -rf /var/lib/apt/lists/* # buildkit
RUN |1 DEBIAN_FRONTEND=noninteractive /bin/sh -c python3 -m venv /venv && /venv/bin/pip install --no-cache-dir numpy scipy matplotlib psycopg sympy pandas scikit-learn notebook pandoc kaleido plotly ipympl statsmodels==0.14.4 > /dev/null # buildkit
Details
Container
2026-05-31 07:05:10 +03:00
0
OCI / Docker
linux/amd64
826 MiB
Versions (3) View all
full 2026-06-14
crystals 2026-06-14
base 2026-06-14