We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bc6e679 + 5c8d9d3 commit c8e736eCopy full SHA for c8e736e
2 files changed
builder/Dockerfile
@@ -37,8 +37,8 @@ RUN curl -sSL https://raw.githubusercontent.com/pypa/pip/1.5.6/contrib/get-pip.p
37
# install hook dependencies
38
RUN pip install pyyaml==3.11 requests==2.4.1
39
40
-# install all i18n locales
41
-RUN ln -s /usr/share/i18n/SUPPORTED /var/lib/locales/supported.d/all && locale-gen
+# configure locale
+RUN echo LANG="en_US.UTF-8" > /etc/default/locale && dpkg-reconfigure locales
42
43
# install git and configure gituser
44
ENV GITHOME /home/git
builder/sshd_config
@@ -24,6 +24,6 @@ X11DisplayOffset 10
24
PrintMotd no
25
PrintLastLog yes
26
TCPKeepAlive yes
27
-AcceptEnv LANG LC_*
+#AcceptEnv LANG LC_*
28
Subsystem sftp /usr/lib/openssh/sftp-server
29
UsePAM yes
0 commit comments