go-xmpp/Dockerfile

6 lines
150 B
Docker
Raw Normal View History

2018-01-01 09:28:54 -08:00
FROM golang:1.9
WORKDIR /go/src/fluux.io/xmpp
RUN curl -o codecov.sh -s https://codecov.io/bash && chmod +x codecov.sh
2018-01-01 09:28:54 -08:00
COPY . ./
RUN go get -t ./...