FROM scratch
ADD com.valvesoftware.SteamRuntime.Platform-arm64-steamrt3c-sysroot.tar.gz /
RUN mkdir -p /etc/sudoers.d && echo "Defaults !fqdn" > /etc/sudoers.d/flatdeb && echo "%sudo ALL=(ALL:ALL) NOPASSWD: ALL" >> /etc/sudoers.d/flatdeb && chmod 0440 /etc/sudoers.d/flatdeb
LABEL os_release.bug_report_url="https://github.com/ValveSoftware/steam-runtime/issues" os_release.build_id="3c.0.20260119.200242" os_release.home_url="https://store.steampowered.com/" os_release.id=steamrt os_release.id_like=debian os_release.name="Steam Runtime" os_release.pretty_name="Steam Runtime 3c (steamrt3c)" os_release.support_url="https://help.steampowered.com/" os_release.variant=Platform os_release.variant_id="com.valvesoftware.steamruntime.platform-arm64-steamrt3c" os_release.version="3c (steamrt3c)" os_release.version_codename=steamrt3c os_release.version_id="3c"
LABEL com.github.containers.toolbox="true" com.github.debarshiray.toolbox="true"
CMD ["/bin/bash"]
