go-xmpp/Dockerfile

6 lines
151 B
Docker
Raw Normal View History

2018-12-26 10:18:42 -08:00
FROM golang:1.11
WORKDIR /go/src/gosrc.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 ./...