Skip to content

Commit

Permalink
Merge pull request #43 from RexQian/master
Browse files Browse the repository at this point in the history
fix: non ASCII env build fail
  • Loading branch information
jangrewe committed Jul 5, 2018
2 parents 5b2f0d2 + 1dc36be commit 6097834
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Expand Up @@ -27,7 +27,10 @@ RUN apt-get -qq update && \
lib32ncurses5 \
lib32z1 \
unzip \
locales \
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
RUN locale-gen en_US.UTF-8
ENV LANG='en_US.UTF-8' LANGUAGE='en_US:en' LC_ALL='en_US.UTF-8'

RUN rm -f /etc/ssl/certs/java/cacerts; \
/var/lib/dpkg/info/ca-certificates-java.postinst configure
Expand Down

0 comments on commit 6097834

Please sign in to comment.