Skip to content

Commit 40330c3

Browse files
committed
Update Dockerfile
1 parent 3afbb8f commit 40330c3

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

docker/8.1/Dockerfile

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@ ENV MY_USER="phalcon" \
99
MY_UID="1000" \
1010
MY_GID="1000" \
1111
PHP_VERSION="8.1" \
12-
LANG=en_US.UTF-8 \
13-
LANGUAGE=en_US.UTF-8 \
14-
LC_ALL=en_US.UTF-8 \
1512
TZ=${TZ}
1613

1714
# User and Group
@@ -62,6 +59,11 @@ RUN sed -i -e 's/# de_DE.UTF-8 UTF-8/de_DE.UTF-8 UTF-8/' /etc/locale.gen && \
6259
dpkg-reconfigure --frontend=noninteractive locales && \
6360
update-locale LANG=en_US.UTF-8
6461

62+
# Locale Environment
63+
ENV LANG=en_US.UTF-8 \
64+
LANGUAGE=en_US.UTF-8 \
65+
LC_ALL=en_US.UTF-8
66+
6567
# Install PHP extensions
6668
RUN docker-php-ext-configure gd --with-freetype \
6769
--with-jpeg=/usr/include/ \

0 commit comments

Comments
 (0)