mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-10 23:54:05 -08:00
Merge pull request #521 from sammcj/patch-1
Clean fetched package cache
This commit is contained in:
commit
3d0fb51648
|
@ -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 && \
|
||||
RUN apt-get -qy update && apt-get -qy install vim-common gcc mercurial && apt-get clean && \
|
||||
go get github.com/tools/godep
|
||||
|
||||
WORKDIR /go/src/github.com/prometheus/prometheus
|
||||
|
|
Loading…
Reference in a new issue