Commit 88f0dbff authored by Bertrand Gauthier's avatar Bertrand Gauthier
Browse files

Correction du Dockerfile pour ne plus voir 'LegacyKeyValueFormat: "ENV...

Correction du Dockerfile pour ne plus voir 'LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format'
parent 84b7aca5
Loading
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -16,9 +16,9 @@ ARG RESOURCE_DIR="docker/dist"

RUN localedef -i fr_FR -c -f UTF-8 -A /usr/share/locale/locale.alias fr_FR.UTF-8

ENV LANG fr_FR.utf8
ENV TZ "Europe/Paris"
ENV PGTZ "Europe/Paris"
ENV LANG="fr_FR.utf8"
ENV TZ="Europe/Paris"
ENV PGTZ="Europe/Paris"

#
# Copie des ressources à utiliser pour créer la base de données :