Skip to content

Commit 4215da3

Browse files
committed
ref(builder): remove all locales. just generate one.
1 parent eb3d319 commit 4215da3

1 file changed

Lines changed: 2 additions & 2 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

0 commit comments

Comments
 (0)