Skip to content
This repository has been archived by the owner on Apr 25, 2024. It is now read-only.

Commit

Permalink
Fix canary docker image.
Browse files Browse the repository at this point in the history
  • Loading branch information
vishh committed Nov 4, 2015
1 parent cd7657e commit d1c4a20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/canary/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM golang:latest
MAINTAINER [email protected]

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 .
Expand Down

0 comments on commit d1c4a20

Please sign in to comment.