Download dependencies before build / test
This commit is contained in:
parent
9f0a26f9d8
commit
f1cda2c899
|
@ -1,4 +1,4 @@
|
||||||
FROM golang:1.9
|
FROM golang:1.9
|
||||||
WORKDIR /go/src/fluux.io/xmpp
|
WORKDIR /go/src/fluux.io/xmpp
|
||||||
COPY . ./
|
COPY . ./
|
||||||
# RUN go get
|
RUN go get
|
Loading…
Reference in a new issue