From 70045b2dcaad045c6d9469f614a900d51d27c768 Mon Sep 17 00:00:00 2001 From: Marco De Donno Date: Tue, 1 May 2018 20:36:09 +0200 Subject: [PATCH] Configure the locale --- apache/Dockerfile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/apache/Dockerfile b/apache/Dockerfile index 82dc624..e00689b 100644 --- a/apache/Dockerfile +++ b/apache/Dockerfile @@ -5,3 +5,8 @@ RUN apt update && \ apt -y full-upgrade RUN apt install -y apache2 libapache2-mod-php php php-mbstring php-pgsql php-gd php-imagick + +RUN apt install -y locales +RUN locale-gen en_US.UTF-8 +ENV LANG en_US.UTF-8 +ENV LANGUAGE en_US:en -- GitLab