We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5b2f0d2 + 1dc36be commit 6097834Copy full SHA for 6097834
Dockerfile
@@ -27,7 +27,10 @@ RUN apt-get -qq update && \
27
lib32ncurses5 \
28
lib32z1 \
29
unzip \
30
+ locales \
31
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
32
+RUN locale-gen en_US.UTF-8
33
+ENV LANG='en_US.UTF-8' LANGUAGE='en_US:en' LC_ALL='en_US.UTF-8'
34
35
RUN rm -f /etc/ssl/certs/java/cacerts; \
36
/var/lib/dpkg/info/ca-certificates-java.postinst configure
0 commit comments