Apply approach to allow for minimal builds
This commit is contained in:
@@ -2,7 +2,6 @@ export LC_ALL=C
|
||||
export DEBIAN_FRONTEND=noninteractive
|
||||
|
||||
apt_get_install='apt-get install -y --no-install-recommends'
|
||||
minimal_apt_get_install=$apt_get_install
|
||||
|
||||
apt_get_install_permanent() {
|
||||
echo $@ >> /build/permanent
|
||||
|
||||
Reference in New Issue
Block a user