tests/tools/Docker/Dockerfile
branchwxPython4
changeset 3710 51c2d434e10e
parent 3697 12b6add87876
child 3715 961903c0b76d
--- a/tests/tools/Docker/Dockerfile	Thu Dec 15 14:59:27 2022 +0100
+++ b/tests/tools/Docker/Dockerfile	Thu Dec 22 02:46:08 2022 +0100
@@ -17,6 +17,10 @@
 RUN groupadd -g $GID $UNAME
 RUN useradd -m -u $UID -g $GID -s /bin/bash $UNAME
 
+RUN apt-get install locales
+RUN locale-gen en_US.UTF-8
+RUN update-locale LANG=en_US.UTF-8
+
 RUN set -xe \
     && apt-get update \
     && TZ="America/Paris" \