From 73ea033bc29b5a905a53868625b4ecf1003c9980 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Tue, 12 Nov 2024 12:32:55 +0200 Subject: [PATCH] Toolbx: Add all locales. --- toolbx/Dockerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/toolbx/Dockerfile b/toolbx/Dockerfile index f3e04f4..4c10788 100644 --- a/toolbx/Dockerfile +++ b/toolbx/Dockerfile @@ -17,7 +17,7 @@ RUN rm /etc/apt/apt.conf.d/docker-* && \ gnupg \ gosu \ libnss-myhostname \ - locales \ + locales-all \ make \ netbase \ unzip \ @@ -45,8 +45,6 @@ RUN rm /etc/apt/apt.conf.d/docker-* && \ echo 'VARIANT_ID=container' >> /etc/os-release && \ touch /etc/localtime && \ chmod 755 /usr/local/sbin/runas && \ - sed -i 's/# en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/; s/# en_IL UTF-8/en_IL UTF-8/; s/# he_IL.UTF-8 UTF-8/he_IL.UTF-8 UTF-8/;' /etc/locale.gen && \ - locale-gen && \ rm -rf /tmp/* /var/tmp/* /var/lib/apt/lists/* /var/cache/apt/archives/* COPY --chown=root:root sources.d/* /etc/apt/sources.list.d/ COPY --chown=root:root preferences.d/* /etc/apt/preferences.d/ -- GitLab