Reorganize some files and import some others
This commit is contained in:
@@ -11,4 +11,9 @@ apt_get_install_permanent() {
|
||||
apt_get_install_temporary() {
|
||||
echo $@ >> /build/temporary
|
||||
$apt_get_install "$@"
|
||||
}
|
||||
|
||||
export_env() {
|
||||
export $1="$2"
|
||||
echo -n $2 > /etc/container_environment/$1
|
||||
}
|
||||
Reference in New Issue
Block a user