From d1c4a20ff73c0290ed85964343270d35bb699afb Mon Sep 17 00:00:00 2001 From: Vishnu kannan Date: Tue, 3 Nov 2015 16:11:09 -0800 Subject: [PATCH] Fix canary docker image. --- deploy/canary/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/canary/Dockerfile b/deploy/canary/Dockerfile index 14d7d769..af054ae1 100644 --- a/deploy/canary/Dockerfile +++ b/deploy/canary/Dockerfile @@ -1,7 +1,7 @@ FROM golang:latest 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 go get github.com/tools/godep RUN cd /go/src/github.com/google/cadvisor && godep go build .