debian-trixie-elixir (latest)

Published 2026-06-08 06:05:50 +02:00 by kristofferopsahl in kristofferopsahl/ci-images

Installation

docker pull git.kristofferopsahl.com/kristofferopsahl/debian-trixie-elixir:latest
sha256:469f2bbcf03516910a5eb7c775b1ae6e0d84b7b904dc1f73e2619ffd39b31f09

Image layers

# debian.sh --arch 'amd64' out/ 'trixie' '@1779062400'
ENV LANG=C.UTF-8
/bin/sh -c apt-get update -qq && apt-get install -y --no-install-recommends ca-certificates curl git build-essential locales nodejs pkg-config xz-utils zstd unzip zip jq && echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen && locale-gen && rm -rf /var/lib/apt/lists/*
/bin/sh -c gcc --version && git --version && jq --version && node --version
/bin/sh -c apt-get update -qq && apt-get install -y --no-install-recommends elixir erlang erlang-dev nodejs npm postgresql-client inotify-tools && rm -rf /var/lib/apt/lists/*
/bin/sh -c erl -noshell -eval 'io:format("Erlang/OTP ~s~n", [erlang:system_info(otp_release)]), halt().' && elixir --version && node --version && npm --version && psql --version

Labels

Key Value
io.buildah.version 1.39.3
Details
Container
2026-06-08 06:05:50 +02:00
862
OCI / Docker
linux/amd64
485 MiB
Versions (1) View all
latest 2026-06-08