Loading Dockerfile +5 −1 Original line number Diff line number Diff line Loading @@ -21,7 +21,11 @@ RUN apt-get -qq update && \ #lib32ncurses5 \ #lib32z1 \ unzip \ make make \ locales RUN localedef -i en_US -c -f UTF-8 -A /usr/share/locale/locale.alias en_US.UTF-8 ENV LANG en_US.UTF-8 RUN rm -f /etc/ssl/certs/java/cacerts; \ /var/lib/dpkg/info/ca-certificates-java.postinst configure Loading Loading
Dockerfile +5 −1 Original line number Diff line number Diff line Loading @@ -21,7 +21,11 @@ RUN apt-get -qq update && \ #lib32ncurses5 \ #lib32z1 \ unzip \ make make \ locales RUN localedef -i en_US -c -f UTF-8 -A /usr/share/locale/locale.alias en_US.UTF-8 ENV LANG en_US.UTF-8 RUN rm -f /etc/ssl/certs/java/cacerts; \ /var/lib/dpkg/info/ca-certificates-java.postinst configure Loading