mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-09 23:24:05 -08:00
Clean fetched package cache
To further reduce image size
This commit is contained in:
parent
fd9ee9b009
commit
ddc065b943
|
@ -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