Skip to content

Commit

Permalink
more locale wizardry
Browse files Browse the repository at this point in the history
Signed-off-by: Jeffrey Sica <me@jeefy.dev>
  • Loading branch information
jeefy committed Mar 5, 2025
1 parent a8eb6c6 commit 49f2ad7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion ci/gha-runner-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,11 @@ RUN apt-get install -y --no-install-recommends wget
RUN apt-get install -y --no-install-recommends gnupg
RUN apt-get install -y --no-install-recommends python3-pip
RUN apt-get install -y --no-install-recommends locales && \
locale-gen en_US cs_CZ
locale-gen en_US.UTF-8

ENV LANG=en_US.UTF-8 \
LC_ALL=en_US.UTF-8 \
LANGUAGE=en_US.UTF-8



Expand Down

0 comments on commit 49f2ad7

Please sign in to comment.