Merge pull request #1751 from dashpole/fix_builds
clean after apt-get install
This commit is contained in:
commit
2f84d83d9c
@ -1,7 +1,7 @@
|
||||
FROM golang:latest
|
||||
MAINTAINER vmarmol@google.com
|
||||
|
||||
RUN apt-cache update && apt-get clean && apt-get install -y git dmsetup
|
||||
RUN apt-cache 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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user