mirror of
https://github.com/FluuxIO/go-xmpp.git
synced 2024-11-21 18:12:00 -08:00
4 lines
78 B
Docker
4 lines
78 B
Docker
FROM golang:1.9
|
|
WORKDIR /go/src/fluux.io/xmpp
|
|
COPY . ./
|
|
RUN go get -t -v ./... |