Skip to content

Commit e2f7cc7

Browse files
authored
correct set to fr_FR
1 parent 9ffbc2a commit e2f7cc7

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

13/Dockerfile

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
# vim:set ft=dockerfile:
22
FROM debian:buster-slim
33

4-
RUN localedef -i fr_FR -c -f UTF-8 -A /usr/share/locale/locale.alias fr_FR.UTF-8
5-
ENV LANG fr_FR.utf8
4+
65

76
RUN set -ex; \
87
if ! command -v gpg > /dev/null; then \
@@ -56,8 +55,8 @@ RUN set -eux; \
5655
! grep -q '/usr/share/locale' /etc/dpkg/dpkg.cfg.d/docker; \
5756
fi; \
5857
apt-get update; apt-get install -y --no-install-recommends locales; rm -rf /var/lib/apt/lists/*; \
59-
localedef -i en_US -c -f UTF-8 -A /usr/share/locale/locale.alias en_US.UTF-8
60-
ENV LANG en_US.utf8
58+
localedef -i fr_FR -c -f UTF-8 -A /usr/share/locale/locale.alias fr_FR.UTF-8
59+
ENV LANG fr_FR.utf8
6160

6261
RUN set -eux; \
6362
apt-get update; \

0 commit comments

Comments
 (0)