mirror of
/repos/baseimage-docker.git
synced 2025-12-30 08:01:31 +01:00
4 lines
123 B
Plaintext
4 lines
123 B
Plaintext
export LC_ALL=C
|
|
export DEBIAN_FRONTEND=noninteractive
|
|
minimal_apt_get_install='apt-get install -y --no-install-recommends'
|