Codecov requires git command

disco_info_form
Mickael Remond 6 years ago
parent 06cb1804a8
commit fb5911564c
No known key found for this signature in database
GPG Key ID: E6F6045D79965AA3

@ -1,4 +1,9 @@
FROM golang:1.9
WORKDIR /go/src/fluux.io/xmpp
COPY . ./
RUN apt-get update \
&& apt-get install -y \
git \
--no-install-recommends \
&& rm -rf /var/lib/apt/lists/*
RUN go get -t -v ./...
Loading…
Cancel
Save