mirror of
https://github.com/phusion/baseimage-docker.git
synced 2026-09-21 08:48:10 +00:00
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:
co-authored by
Theaxiom
parent
169e147321
commit
1a930ec955
@@ -4,6 +4,11 @@ FROM $BASE_IMAGE
|
||||
ARG QEMU_ARCH
|
||||
#ADD x86_64_qemu-${QEMU_ARCH}-static.tar.gz /usr/bin
|
||||
|
||||
# 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.
|
||||
ARG INSTALL_GNU_COREUTILS=0
|
||||
|
||||
COPY . /bd_build
|
||||
|
||||
RUN /bd_build/prepare.sh && \
|
||||
|
||||
Reference in New Issue
Block a user