| # 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 |