mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 10:02:56 +01:00
Merge branch 'locale-gen' into 'master'
Use an entry in /etc/locale.gen See merge request !9
This commit is contained in:
commit
072870b182
1 changed files with 2 additions and 1 deletions
|
|
@ -18,7 +18,8 @@ apt-get install -y \
|
|||
LOC=$'LC_ALL=en_US.UTF-8\nLANG=en_US.UTF-8'
|
||||
echo "$LOC" > /etc/environment
|
||||
cat /etc/environment
|
||||
locale-gen "en_US en_US.UTF-8"
|
||||
echo "en_US.UTF-8 UTF-8" > /etc/locale.gen
|
||||
locale-gen
|
||||
dpkg-reconfigure locales -f noninteractive -p critical
|
||||
locale -a
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue