Skip to content

Commit 1485f7c

Browse files
authored
locale-gen on Debian does not take arguments and just read from /etc/locale.gen. (#648)
1 parent eb88d59 commit 1485f7c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

image/prepare.sh

+1
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ case $(lsb_release -is) in
5050
;;
5151
Debian)
5252
$minimal_apt_get_install locales locales-all
53+
echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen
5354
;;
5455
*)
5556
;;

0 commit comments

Comments
 (0)