Skip to content

Commit

Permalink
[kb] πŸ› Fix fr_FR locale #31
Browse files Browse the repository at this point in the history
  • Loading branch information
KyllianBeguin committed Jul 26, 2024
1 parent 76a2c38 commit 09aca6e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dashboards/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ RUN apt-get update
RUN mkdir zds
WORKDIR zds

RUN apt-get install -y locales
RUN echo "fr_FR.UTF-8 UTF-8" | tee -a /etc/locale.gen && locale-gen fr_FR.UTF-8

COPY app/ ./
RUN pip install -r requirements.txt

Expand Down

0 comments on commit 09aca6e

Please sign in to comment.