From 1580c7c1afe0cc4ee7d5c648501e177b150dd720 Mon Sep 17 00:00:00 2001 From: Yax Date: Sat, 21 Jun 2025 17:07:23 +0200 Subject: [PATCH] Don't see unsupported locales in docker image --- Dockerfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index bdab7ab..3331394 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,9 +8,6 @@ COPY docker/nginx.conf /etc/nginx/nginx.conf # set timezone and locale RUN cp /usr/share/zoneinfo/Europe/Paris /etc/localtime && echo "Europe/Paris" > /etc/timezone ENV TZ Europe/Paris -ENV LANG fr_FR.UTF-8 -ENV LANGUAGE fr_FR.UTF-8 -ENV LC_ALL fr_FR.UTF-8 COPY docker/docker-init.sh /usr/local/bin/ RUN chmod +x usr/local/bin/docker-init.sh