There was an error while loading. Please reload this page.
1 parent a7f5170 commit b7513eaCopy full SHA for b7513ea
Dockerfile
@@ -1,12 +1,13 @@
1
-FROM golang:1.6
+FROM golang:1.6.2
2
MAINTAINER Sven Dowideit <SvenDowideit@home.org.au>
3
4
ENV GOPATH /go
5
ENV USER root
6
7
# pre-install known dependencies before the source, so we don't redownload them whenever the source changes
8
RUN go get github.com/stretchr/testify/assert \
9
- && go get bitbucket.org/pkg/inflect \
+ && go get github.com/kyokomi/emoji \
10
+ && go get github.com/bep/inflect \
11
&& go get github.com/BurntSushi/toml \
12
&& go get github.com/PuerkitoBio/purell \
13
&& go get github.com/opennota/urlesc \
0 commit comments