Fix canary docker image.
This commit is contained in:
parent
cd7657e00a
commit
d1c4a20ff7
@ -1,7 +1,7 @@
|
|||||||
FROM golang:latest
|
FROM golang:latest
|
||||||
MAINTAINER vmarmol@google.com
|
MAINTAINER vmarmol@google.com
|
||||||
|
|
||||||
RUN apt-get install -y git thin-provisioning-tools
|
RUN apt-get install -y git dmsetup
|
||||||
RUN git clone https://github.com/google/cadvisor.git /go/src/github.com/google/cadvisor
|
RUN git clone https://github.com/google/cadvisor.git /go/src/github.com/google/cadvisor
|
||||||
RUN go get github.com/tools/godep
|
RUN go get github.com/tools/godep
|
||||||
RUN cd /go/src/github.com/google/cadvisor && godep go build .
|
RUN cd /go/src/github.com/google/cadvisor && godep go build .
|
||||||
|
Loading…
Reference in New Issue
Block a user