1
0
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:
Emfox Zhou
2025-03-15 15:43:41 +08:00
committed by GitHub
parent eb88d59d31
commit 1485f7c4e8

View File

@@ -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
;;
*)
;;