Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4055801e authored by Romain Hunault's avatar Romain Hunault
Browse files

Define UTF8

parent 9d535b96
Loading
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -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