| # debian.sh --arch 'amd64' out/ 'trixie' '@1776729600' |
| ENV USER=root |
| ENV HOME=/root |
| WORKDIR $HOME |
| ARG DEBIAN_FRONTEND |
| |1 DEBIAN_FRONTEND=noninteractive /bin/sh -c : && sed -i 's/^Components: main$/Components: main contrib non-free non-free-firmware/' /etc/apt/sources.list.d/debian.sources && dpkg --add-architecture i386 && apt update -y && apt install -y --no-install-recommends --no-install-suggests lib32stdc++6 lib32gcc-s1 ca-certificates locales curl vim |
| |1 DEBIAN_FRONTEND=noninteractive /bin/sh -c : && echo "steamcmd steam/question select I AGREE" | debconf-set-selections && apt install -y steamcmd && ln -s /usr/games/steamcmd /usr/bin/steamcmd && steamcmd +quit |
| |1 DEBIAN_FRONTEND=noninteractive /bin/sh -c : && sed -i 's/^# *\(en_US.UTF-8\)/\1/' /etc/locale.gen && locale-gen en_US.UTF-8 |
| ENV LANG='en_US.UTF-8' |
| ENV LANGUAGE='en_US:en' |
| VOLUME /root |
| COPY file:1b0861d31512d5a5aa6fdeaacb145be50935079cd1904fb1a5919abb4422f9fd in /usr/local/bin/entrypoint |
| ENTRYPOINT ["entrypoint"] |