containers/builder (sha256:acf69f3044e31ae75d0e77b9c09986f504d610e464a15dd394e75d2a4390e699)
Published 2026-08-02 06:15:31 +03:00 by vlkma
Installation
docker pull git.vlkma.ru/vlkma/containers/builder@sha256:acf69f3044e31ae75d0e77b9c09986f504d610e464a15dd394e75d2a4390e699sha256:acf69f3044e31ae75d0e77b9c09986f504d610e464a15dd394e75d2a4390e699Image layers
| # debian.sh --arch 'amd64' out/ 'stable' '@1783900800' |
| 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 |
| RUN /bin/sh -c apt-get update -qq && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends --no-install-suggests nodejs > /dev/null && rm -rf /var/lib/apt/lists/* # buildkit |
Details
2026-08-02 06:15:31 +03:00
Versions (2)
View all
Container
0
OCI / Docker
linux/amd64
843 MiB
debian-crystals
2026-08-16
debian
2026-08-16