Merge pull request #1749 from dashpole/fix_builds
Add apt-get update to dockerfile
This commit is contained in:
commit
32f77e9f14
@ -1,7 +1,7 @@
|
|||||||
FROM golang:latest
|
FROM golang:latest
|
||||||
MAINTAINER vmarmol@google.com
|
MAINTAINER vmarmol@google.com
|
||||||
|
|
||||||
RUN apt-get install -y git dmsetup
|
RUN apt-cache update && apt-get clean && 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 cd /go/src/github.com/google/cadvisor && make
|
RUN cd /go/src/github.com/google/cadvisor && make
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user