Codecov requires git command
This commit is contained in:
parent
06cb1804a8
commit
fb5911564c
|
@ -1,4 +1,9 @@
|
||||||
FROM golang:1.9
|
FROM golang:1.9
|
||||||
WORKDIR /go/src/fluux.io/xmpp
|
WORKDIR /go/src/fluux.io/xmpp
|
||||||
COPY . ./
|
COPY . ./
|
||||||
|
RUN apt-get update \
|
||||||
|
&& apt-get install -y \
|
||||||
|
git \
|
||||||
|
--no-install-recommends \
|
||||||
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
RUN go get -t -v ./...
|
RUN go get -t -v ./...
|
Loading…
Reference in a new issue