mirror of
https://github.com/phusion/baseimage-docker.git
synced 2026-03-26 12:29:07 +00: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'
|