2
0
mirror of https://github.com/FluuxIO/go-xmpp synced 2024-11-15 18:13:07 +00:00
go-xmpp/Dockerfile

6 lines
150 B
Docker
Raw Normal View History

2018-01-01 17:28:54 +00: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 17:28:54 +00:00
COPY . ./
RUN go get -t ./...