Skip to content

Commit

Permalink
Set locale to C.UTF-8 in Dockerfile (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bradshaw authored Jan 13, 2021
1 parent 73675d4 commit 0be9208
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,7 @@ RUN echo "576562626572264761624c65526f7578" > /etc/machine-id && mkdir -p /var/l

# Used by Unity editor in "modules.json" and must not end with a slash.
ENV UNITY_PATH="/opt/unity"

# Fixes a Gradle crash while building for Android on Unity 2019 when there are accented characters in environment variables
ENV LANG C.UTF-8
ENV LC_ALL C.UTF-8

0 comments on commit 0be9208

Please sign in to comment.