mirror of
https://github.com/FluuxIO/go-xmpp.git
synced 2024-11-24 19:42: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 ./... |