diff --git a/Dockerfile b/Dockerfile index ec4961a3..967cd80d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,6 +19,9 @@ MAINTAINER Joakim NohlgÄrd ENV DEBIAN_FRONTEND noninteractive +ENV LC_ALL C.UTF-8 +ENV LANG C.UTF-8 + # The following package groups will be installed: # - upgrade all system packages to latest available version # - native platform development and build system functionality (about 400 MB installed)