From d19b14a739fa44397bd43cf75b533a5bfdb01c2f Mon Sep 17 00:00:00 2001 From: Kaspar Schleiser Date: Thu, 11 Jul 2019 15:20:11 +0200 Subject: [PATCH] add ENV LC_ALL|LANG=C.UTF-8 This somewhat ensures a consistent utf-8 configuration. --- Dockerfile | 3 +++ 1 file changed, 3 insertions(+) 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)