From baccc1921c25d69a199832e6aef65516b1a22e4f Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Wed, 17 Feb 2016 08:10:33 +0100 Subject: Set timezone --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 5bc2499..4e28dba 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,6 @@ FROM golang +ENV TZ=Europe/Berlin +RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone RUN go get -u dim13.org/gowiki RUN go install dim13.org/gowiki WORKDIR /go/src/dim13.org/gowiki -- cgit v1.2.3