| ARG RELEASE |
| ARG LAUNCHPAD_BUILD_ARCH |
| LABEL org.opencontainers.image.ref.name=ubuntu |
| LABEL org.opencontainers.image.version=25.10 |
| ADD file:7992b30df2d5e1a9868a357037fee7a935fb600c535045c3dae00a6d2da0ffea in / |
| CMD ["/bin/bash"] |
| /bin/sh -c apt update -y |
| /bin/sh -c apt install curl systemd zsh -y |
| /bin/sh -c curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sh -s -- install linux --extra-conf "sandbox = false" --no-start-daemon --no-confirm |
| ENV PATH="${PATH}:/nix/var/nix/profiles/default/bin" |
| /bin/sh -c nix run nixpkgs#hello |
| /bin/sh -c systemctl enable nix-daemon.service |
| CMD [ "/usr/lib/systemd/systemd" ] |
| /bin/sh -c apt update && apt install -y openssh-server |
| /bin/sh -c echo 'PermitRootLogin yes' >> /etc/ssh/sshd_config |
| /bin/sh -c echo 'PasswordAuthentication no' >> /etc/ssh/sshd_config |
| /bin/sh -c systemctl enable ssh |
| EXPOSE 22 |
| /bin/sh -c sed -i "s/^UMASK//" /etc/login.defs |
| /bin/sh -c sed -i -e '$aUMASK 002' /etc/login.defs |
| /bin/sh -c apt install -y unminimize |
| /bin/sh -c yes | unminimize |
| COPY file:c9f462bb23e0ca49c5f37cf1bb711c8bd0dc10771ecbfcb3824d812cdb8e241d in /tmp/apt.list |
| /bin/sh -c apt install -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" -y $(grep -vE "^\s*#" /tmp/apt.list | tr "\n" " ") |
| /bin/sh -c rm /tmp/apt.list |
| /bin/sh -c chsh -s /usr/bin/zsh root |
| COPY file:42b77e1559bb16084dee4d8b5b7d2c71dabc760c0337deb61fc0bfbdebce93b1 in /tmp/apt.list |
| /bin/sh -c apt install -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" -y $(grep -vE "^\s*#" /tmp/apt.list | tr "\n" " ") |
| /bin/sh -c rm /tmp/apt.list |
| COPY file:09fc0dce65141295a70c2e957e64daa691b9bb89319be2f3e5b08d0457cb63aa in /tmp/apt.list |
| /bin/sh -c apt install -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" -y $(grep -vE "^\s*#" /tmp/apt.list | tr "\n" " ") |
| /bin/sh -c rm /tmp/apt.list |
| /bin/sh -c nix profile install nixpkgs\#chromium |
| /bin/sh -c useradd -d /root -g root dev |
| /bin/sh -c chmod g+w /root |