From: Bjørn Erik Pedersen Date: Sun, 5 Jun 2016 09:06:04 +0000 (+0200) Subject: Get Dockerfile up-to-date X-Git-Tag: v0.16~1 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=b7513ea6;p=brevno-suite%2Fhugo Get Dockerfile up-to-date --- diff --git a/Dockerfile b/Dockerfile index bcd0863c..debd0a09 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.6 +FROM golang:1.6.2 MAINTAINER Sven Dowideit ENV GOPATH /go @@ -6,7 +6,8 @@ ENV USER root # pre-install known dependencies before the source, so we don't redownload them whenever the source changes RUN go get github.com/stretchr/testify/assert \ - && go get bitbucket.org/pkg/inflect \ + && go get github.com/kyokomi/emoji \ + && go get github.com/bep/inflect \ && go get github.com/BurntSushi/toml \ && go get github.com/PuerkitoBio/purell \ && go get github.com/opennota/urlesc \