go-xmpp/Dockerfile
2018-01-01 19:13:30 +01:00

4 lines
78 B
Docker

FROM golang:1.9
WORKDIR /go/src/fluux.io/xmpp
COPY . ./
RUN go get -t -v ./...