Toolchain: Remove dependency on locales

This commit is contained in:
Ole Schütt 2020-10-19 13:17:39 +02:00 committed by Ole Schütt
parent 67d412b930
commit 4e271ea1eb
8 changed files with 4 additions and 20 deletions

View file

@ -7,10 +7,6 @@ WORKDIR /workspace
COPY ./scripts/install_basics.sh .
RUN ./install_basics.sh
# set a proper unicode-enabled locale, see https://hub.docker.com/_/ubuntu?tab=description
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
COPY ./scripts/install_python.sh .
RUN ./install_python.sh