mirror of
https://github.com/FluuxIO/go-xmpp.git
synced 2025-12-13 02:23:46 -08:00
Download dependencies before build / test
This commit is contained in:
@@ -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
|
||||||
Reference in New Issue
Block a user