We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76a2c38 commit 09aca6eCopy full SHA for 09aca6e
dashboards/Dockerfile
@@ -8,6 +8,9 @@ RUN apt-get update
8
RUN mkdir zds
9
WORKDIR zds
10
11
+RUN apt-get install -y locales
12
+RUN echo "fr_FR.UTF-8 UTF-8" | tee -a /etc/locale.gen && locale-gen fr_FR.UTF-8
13
+
14
COPY app/ ./
15
RUN pip install -r requirements.txt
16
0 commit comments