| # 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 python3 python3-venv python3-pip python-is-python3 && rm -rf /var/lib/apt/lists/* |
| /bin/sh -c python3 --version && pip3 --version |