Skip to content

Commit a3938dc

Browse files
authored
chore: enable the en_US.UTF-8 locale (#834)
* chore: enable the en_US.UTF-8 locale
1 parent 47b2843 commit a3938dc

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

common.vars.pkr.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
postgres-version = "15.1.0.146"
1+
postgres-version = "15.1.0.147"

ebssurrogate/scripts/chroot-bootstrap.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,10 @@ function update_install_packages {
7878
}
7979

8080
function setup_locale {
81+
cat << EOF >> /etc/locale.gen
82+
en_US.UTF-8 UTF-8
83+
EOF
84+
8185
cat << EOF > /etc/default/locale
8286
LANG="C.UTF-8"
8387
LC_CTYPE="C.UTF-8"

0 commit comments

Comments
 (0)