Skip to content
Snippets Groups Projects
Commit 73ea033b authored by nimrod's avatar nimrod
Browse files

Toolbx: Add all locales.

parent 203a5a97
No related branches found
No related tags found
No related merge requests found
Pipeline #4180 passed
......@@ -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/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment