From 52a87459a6a1af2902048daa9e50fd40646fe991 Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Wed, 17 Feb 2016 08:36:03 +0100 Subject: Set locale --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 4e28dba..b45f930 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,5 @@ FROM golang +ENV LANG=C.UTF-8 ENV TZ=Europe/Berlin RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone RUN go get -u dim13.org/gowiki -- cgit v1.2.3