Skip to content

Commit

Permalink
Better package cache cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Durrheimer <s.durrheimer@gmail.com>
  • Loading branch information
sdurrheimer committed Apr 14, 2015
1 parent c44c81e commit 5a28425
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM golang:1.4
MAINTAINER The Prometheus Authors <prometheus-developers@googlegroups.com>
RUN apt-get -qy update && apt-get -qy install vim-common gcc mercurial && apt-get clean && \
RUN apt-get -qy update && apt-get -qy install vim-common gcc mercurial && rm -rf /var/lib/apt/lists/* && \
go get github.com/tools/godep

WORKDIR /go/src/github.com/prometheus/prometheus
Expand Down

0 comments on commit 5a28425

Please sign in to comment.