mirror of
https://github.com/FluuxIO/go-xmpp.git
synced 2025-01-31 01:19:01 -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 ./... |