Skip to content

Commit

Permalink
Fix locale
Browse files Browse the repository at this point in the history
After the cypress update, the locale is no longer
set to de_CH. Applying it with an environment
variable seems to do the trick.
  • Loading branch information
bierik committed Nov 5, 2024
1 parent ad1180e commit 09a9020
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ RUN addgroup --system cypress \
WORKDIR /app/test

RUN echo 'LC_ALL=de_CH.UTF-8' | tee -a /etc/environment
ENV LANG=de_CH.UTF-8
ENV LC_ALL=de_CH.UTF-8
ENV CYPRESS_CI=1
ENV TZ=Europe/Zurich

Expand Down

0 comments on commit 09a9020

Please sign in to comment.