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 New Issue