Commit 8025a2e5 authored by Guillaume Perréal's avatar Guillaume Perréal
Browse files

Règle la locale dans le conteneur de test.

No related merge requests found
Showing with 1 addition and 0 deletions
+1 -0
......@@ -16,6 +16,7 @@ RUN mkdir -p /var/log/journal/
RUN echo "C UTF-8\nfr_FR UTF-8" >/etc/locale.gen \
&& locale-gen \
&& update-locale LANG=fr_FR.UTF-8
ENV LANG=fr_FR.UTF-8
STOPSIGNAL SIGRTMIN+3
#CMD ["/sbin/init", "--log-target=console", "--default-standard-output=tty", "--default-standard-error=tty"]
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment