docs: document Ubuntu 26.04 Rust Coreutils and sudo-rs, add INSTALL_GNU_COREUTILS build flag

Agent-Logs-Url: https://github.com/phusion/baseimage-docker/sessions/065ff4d3-d584-4cb8-8265-5d1f0f7dc3b1

Co-authored-by: Theaxiom <57013+Theaxiom@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-05-18 20:50:29 +00:00
committed by GitHub
co-authored by Theaxiom
parent 169e147321
commit 1a930ec955
4 changed files with 96 additions and 2 deletions
+5
View File
@@ -7,3 +7,8 @@ minimal_apt_get_install='apt-get install -y --no-install-recommends'
export DISABLE_SYSLOG=${DISABLE_SYSLOG:-0}
export DISABLE_SSH=${DISABLE_SSH:-0}
export DISABLE_CRON=${DISABLE_CRON:-0}
# Ubuntu 26.04+ ships uutils-coreutils (Rust) and sudo-rs (Rust) by default.
# Set INSTALL_GNU_COREUTILS=1 to replace them with GNU Coreutils and
# traditional sudo. Has no effect on Ubuntu releases prior to 26.04.
export INSTALL_GNU_COREUTILS=${INSTALL_GNU_COREUTILS:-0}