diff --git a/deploy/canary/Dockerfile b/deploy/canary/Dockerfile index 221e59e7..b2e256a9 100644 --- a/deploy/canary/Dockerfile +++ b/deploy/canary/Dockerfile @@ -1,7 +1,7 @@ FROM golang:latest MAINTAINER vmarmol@google.com -RUN apt-cache update && apt-get install -y git dmsetup && apt-get clean +RUN apt-get update && apt-get install -y git dmsetup && apt-get clean RUN git clone https://github.com/google/cadvisor.git /go/src/github.com/google/cadvisor RUN cd /go/src/github.com/google/cadvisor && make