Skip to content

Commit c8e736e

Browse files
author
Matthew Fisher
committed
Merge pull request #2134 from aledbf/remove_builder_all_locales
ref(builder): remove all locales. just generate one.
2 parents bc6e679 + 5c8d9d3 commit c8e736e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

builder/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ RUN curl -sSL https://raw.githubusercontent.com/pypa/pip/1.5.6/contrib/get-pip.p
3737
# install hook dependencies
3838
RUN pip install pyyaml==3.11 requests==2.4.1
3939

40-
# install all i18n locales
41-
RUN ln -s /usr/share/i18n/SUPPORTED /var/lib/locales/supported.d/all && locale-gen
40+
# configure locale
41+
RUN echo LANG="en_US.UTF-8" > /etc/default/locale && dpkg-reconfigure locales
4242

4343
# install git and configure gituser
4444
ENV GITHOME /home/git

builder/sshd_config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ X11DisplayOffset 10
2424
PrintMotd no
2525
PrintLastLog yes
2626
TCPKeepAlive yes
27-
AcceptEnv LANG LC_*
27+
#AcceptEnv LANG LC_*
2828
Subsystem sftp /usr/lib/openssh/sftp-server
2929
UsePAM yes

0 commit comments

Comments
 (0)