mirror of
https://github.com/phusion/baseimage-docker.git
synced 2026-03-25 11:57:56 +00:00
locale-gen on Debian does not take arguments and just read from /etc/locale.gen. (#648)
This commit is contained in:
@@ -50,6 +50,7 @@ case $(lsb_release -is) in
|
||||
;;
|
||||
Debian)
|
||||
$minimal_apt_get_install locales locales-all
|
||||
echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen
|
||||
;;
|
||||
*)
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user