From a8eb6c6bc97aec6a232ce79e551285c1b7c33480 Mon Sep 17 00:00:00 2001 From: Jeffrey Sica Date: Wed, 5 Mar 2025 09:30:45 -0600 Subject: [PATCH] add additional locales --- ci/gha-runner-image/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/gha-runner-image/Dockerfile b/ci/gha-runner-image/Dockerfile index bedb3b3..8910811 100644 --- a/ci/gha-runner-image/Dockerfile +++ b/ci/gha-runner-image/Dockerfile @@ -12,7 +12,7 @@ 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 + locale-gen en_US cs_CZ