mirror of
https://github.com/prometheus/prometheus
synced 2024-12-24 07:23:02 +00:00
Duplicated packages already present in inherited images (mercurial => buildpack-deps:jessie-scm, gcc => golang:1.4)
Signed-off-by: Steve Durrheimer <s.durrheimer@gmail.com>
This commit is contained in:
parent
5a284257f0
commit
77ddbad97f
@ -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 && rm -rf /var/lib/apt/lists/* && \
|
||||
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 New Issue
Block a user