URI: 
       Get Dockerfile up-to-date - hugo - [fork] hugo port for 9front
  HTML git clone git@git.drkhsh.at/hugo.git
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
   DIR README
   DIR LICENSE
       ---
   DIR commit b7513ea6ff4b1415aefb39e10eb403636be32b6d
   DIR parent a7f51703c4b3acdea7539bde6caed450183db18d
  HTML Author: Bjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
       Date:   Sun,  5 Jun 2016 11:06:04 +0200
       
       Get Dockerfile up-to-date
       
       Diffstat:
         M Dockerfile                          |       5 +++--
       
       1 file changed, 3 insertions(+), 2 deletions(-)
       ---
   DIR diff --git a/Dockerfile b/Dockerfile
       @@ -1,4 +1,4 @@
       -FROM golang:1.6
       +FROM golang:1.6.2
        MAINTAINER Sven Dowideit <SvenDowideit@home.org.au>
        
        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 \