We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e36040 commit d1b2252Copy full SHA for d1b2252
root/tmp/setup/locales-gen.sh
@@ -11,12 +11,6 @@ apt-get update
11
apt-get install -y --no-install-recommends apt-transport-https \
12
$RUNTIME_LOCALES
13
14
-echo "Installing UTF-8 locales"
15
-
16
-# Generate the locales configuration for all possible UTF-8 locales.
17
-grep UTF-8 /usr/share/i18n/SUPPORTED > /etc/locale.gen
18
-locale-gen
19
20
# Keep our image size down..
21
apt-get autoremove -y
22
apt-get clean
0 commit comments