mirror of
https://github.com/prometheus/prometheus.git
synced 2025-03-05 20:59:13 -08:00
Merge pull request #636 from sdurrheimer/master
Dockerfile improvements
This commit is contained in:
commit
defcafb33c
|
@ -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 && rm -rf /var/lib/apt/lists/* && \
|
||||
go get github.com/tools/godep
|
||||
|
||||
WORKDIR /go/src/github.com/prometheus/prometheus
|
||||
|
|
Loading…
Reference in a new issue