Skip to content

Commit

Permalink
Set locale in Dockerfile.
Browse files Browse the repository at this point in the history
  • Loading branch information
ICGog committed Apr 4, 2021
1 parent 7ed37c3 commit 95e7522
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ SHELL ["/bin/bash", "--login", "-c"]
RUN mkdir -p /home/erdos/workspace
RUN cd /home/erdos/workspace

RUN sudo apt-get -y update && sudo apt-get -y install --reinstall locales && sudo locale-gen en_US.UTF-8
ENV LANG en_US.UTF-8
ENV LANGUAGE en_US
ENV LC_ALL en_US.UTF-8

# Install tzdata without prompt.
RUN sudo apt-get -y --fix-missing update
ENV DEBIAN_FRONTEND=noninteractive
Expand Down

0 comments on commit 95e7522

Please sign in to comment.