Commit 73ea033b authored by nimrod's avatar nimrod
Browse files

Toolbx: Add all locales.

parent 203a5a97
Loading
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -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/