We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb3d319 commit 4215da3Copy full SHA for 4215da3
1 file 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
0 commit comments