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 47b2843 commit a3938dcCopy full SHA for a3938dc
common.vars.pkr.hcl
@@ -1 +1 @@
1
-postgres-version = "15.1.0.146"
+postgres-version = "15.1.0.147"
ebssurrogate/scripts/chroot-bootstrap.sh
@@ -78,6 +78,10 @@ function update_install_packages {
78
}
79
80
function setup_locale {
81
+cat << EOF >> /etc/locale.gen
82
+en_US.UTF-8 UTF-8
83
+EOF
84
+
85
cat << EOF > /etc/default/locale
86
LANG="C.UTF-8"
87
LC_CTYPE="C.UTF-8"
0 commit comments