diff --git a/toolbx/Dockerfile b/toolbx/Dockerfile index 8fe2564a4835b7464921dc1ffd8e23d40dc6f142..ba7156c3d13180a0f27a44ca023602227591e1f5 100644 --- a/toolbx/Dockerfile +++ b/toolbx/Dockerfile @@ -37,6 +37,8 @@ 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/