From 8af33a3fc26569937265b4909be6f0e428c19480 Mon Sep 17 00:00:00 2001 From: remche Date: Wed, 14 Sep 2016 12:29:26 +0200 Subject: [PATCH] Added UTF8 environment --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 970bfd8..344b2ad 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,5 +15,6 @@ RUN pip install sigal COPY run.sh sigal.conf.py auth.conf auth.htpasswd ./ +ENV LANG C.UTF-8 CMD ["./run.sh"]