Skip to content

Commit

Permalink
Merge branch 'master' of github.com:Fullaxx/ubuntu-desktop into bionic
Browse files Browse the repository at this point in the history
  • Loading branch information
Fullaxx committed Aug 19, 2023
2 parents 3be4f37 + ad190bd commit 1173cca
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ RUN apt-get update && \

# ------------------------------------------------------------------------------
# Configure locale
RUN sed -e 's/# en_US.UTF-8/en_US.UTF-8/' -i /etc/locale.gen && \
RUN echo "LC_ALL=en_US.UTF-8" >> /etc/environment && \
echo "LANG=en_US.UTF-8" > /etc/locale.conf && \
echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen && \
locale-gen

# ------------------------------------------------------------------------------
Expand Down

0 comments on commit 1173cca

Please sign in to comment.