From 42b8ececb7846aa59e693bea1035d8c44e2ef22e Mon Sep 17 00:00:00 2001
From: Lyn Elisa Goltz <goltz@lat-lon.de>
Date: Wed, 22 Nov 2023 11:13:01 +0100
Subject: [PATCH] XPLANBOX-2474  - added LC_ALL, LC_CTYPE

---
 xplan-resources/xplan-sql-scripts/Dockerfile | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/xplan-resources/xplan-sql-scripts/Dockerfile b/xplan-resources/xplan-sql-scripts/Dockerfile
index 47844051b3..7ad79cbe2a 100644
--- a/xplan-resources/xplan-sql-scripts/Dockerfile
+++ b/xplan-resources/xplan-sql-scripts/Dockerfile
@@ -16,8 +16,10 @@ LABEL "org.opencontainers.image.created"="$BUILD_DATE" \
 	"org.opencontainers.image.version"="$XPLANBOX_VERSION" \
 	"maintainer"=""
 
-ENV TZ=Europe/Berlin \
-  LC_TIME=en_US
+ENV TZ=Europe/Berlin
+ENV LC_TIME=en_US
+ENV LC_ALL="en_US.UTF-8"
+ENV LC_CTYPE="en_US.UTF-8"
 
 # sets superuser and password for PG instance
 ENV POSTGRES_USER=postgres
-- 
GitLab