Skip to content

Commit 09aca6e

Browse files
committed
[kb] 🐛 Fix fr_FR locale #31
1 parent 76a2c38 commit 09aca6e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

dashboards/Dockerfile

+3
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ RUN apt-get update
88
RUN mkdir zds
99
WORKDIR zds
1010

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+
1114
COPY app/ ./
1215
RUN pip install -r requirements.txt
1316

0 commit comments

Comments
 (0)