Skip to content

Commit b7513ea

Browse files
committed
Get Dockerfile up-to-date
1 parent a7f5170 commit b7513ea

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

‎Dockerfile‎

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
1-
FROM golang:1.6
1+
FROM golang:1.6.2
22
MAINTAINER Sven Dowideit <SvenDowideit@home.org.au>
33

44
ENV GOPATH /go
55
ENV USER root
66

77
# pre-install known dependencies before the source, so we don't redownload them whenever the source changes
88
RUN go get github.com/stretchr/testify/assert \
9-
&& go get bitbucket.org/pkg/inflect \
9+
&& go get github.com/kyokomi/emoji \
10+
&& go get github.com/bep/inflect \
1011
&& go get github.com/BurntSushi/toml \
1112
&& go get github.com/PuerkitoBio/purell \
1213
&& go get github.com/opennota/urlesc \

0 commit comments

Comments
 (0)