Skip to content

Commit

Permalink
Fix locale settings in WSL distro (#9)
Browse files Browse the repository at this point in the history
* Add set locale LC_ALL in Docker build
  • Loading branch information
zsewa authored Aug 10, 2021
1 parent 13104d2 commit ee92704
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions wsl_distro_build/build-context/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,12 @@ RUN echo "This is a clean install of ${ngstoolkit_version}" > status.txt
RUN rm -rf /var/lib/apt/lists/*


##############################################
# SET LOCALE #################################
##############################################
ENV LC_ALL C.UTF-8


##############################################
# PREPARING FOR RUNNER #######################
##############################################
Expand Down

0 comments on commit ee92704

Please sign in to comment.