Skip to content
Snippets Groups Projects
Commit 70045b2d authored by Marco De Donno's avatar Marco De Donno
Browse files

Configure the locale

parent 98cfe781
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment