Skip to content
Snippets Groups Projects
Commit 1dc36beb authored by RexQian's avatar RexQian
Browse files

fix: non ASCII env build fail

parent 5b2f0d25
Branches
Tags
No related merge requests found
...@@ -27,7 +27,10 @@ RUN apt-get -qq update && \ ...@@ -27,7 +27,10 @@ RUN apt-get -qq update && \
lib32ncurses5 \ lib32ncurses5 \
lib32z1 \ lib32z1 \
unzip \ unzip \
locales \
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* && 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; \ RUN rm -f /etc/ssl/certs/java/cacerts; \
/var/lib/dpkg/info/ca-certificates-java.postinst configure /var/lib/dpkg/info/ca-certificates-java.postinst configure
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment