aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2016-02-17 08:36:03 +0100
committerDimitri Sokolyuk <demon@dim13.org>2016-02-17 08:36:03 +0100
commit52a87459a6a1af2902048daa9e50fd40646fe991 (patch)
tree06120ea5a4cb4acd1429953fc3bdeb4cea39109a
parentbaccc1921c25d69a199832e6aef65516b1a22e4f (diff)
Set locale
-rw-r--r--Dockerfile1
1 files changed, 1 insertions, 0 deletions
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