mirror of
https://github.com/gohugoio/hugo.git
synced 2025-04-10 23:37:51 +00:00
Get Dockerfile up-to-date
This commit is contained in:
parent
a7f51703c4
commit
b7513ea6ff
1 changed files with 3 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
FROM golang:1.6
|
FROM golang:1.6.2
|
||||||
MAINTAINER Sven Dowideit <SvenDowideit@home.org.au>
|
MAINTAINER Sven Dowideit <SvenDowideit@home.org.au>
|
||||||
|
|
||||||
ENV GOPATH /go
|
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
|
# 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 \
|
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/BurntSushi/toml \
|
||||||
&& go get github.com/PuerkitoBio/purell \
|
&& go get github.com/PuerkitoBio/purell \
|
||||||
&& go get github.com/opennota/urlesc \
|
&& go get github.com/opennota/urlesc \
|
||||||
|
|
Loading…
Add table
Reference in a new issue