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 71266ca commit b248925Copy full SHA for b248925
root/tmp/setup/locales-gen.sh
@@ -5,18 +5,12 @@ set -e
5
echo "Installing apt dependencies"
6
7
# Packages for installing locales.
8
-RUNTIME_LOCALES="locales"
+RUNTIME_LOCALES="locales locales-all"
9
10
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