mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-12 16:44:05 -08:00
Build prometheus tools as well
Change-Id: I49d5ca4d6ff715e8a6631caf052de309b91b0b1b
This commit is contained in:
parent
443fd93536
commit
034f6bb2be
|
@ -7,4 +7,4 @@ WORKDIR /prometheus
|
||||||
ENTRYPOINT [ "/prometheus-src/.build/package/run_prometheus.sh" ]
|
ENTRYPOINT [ "/prometheus-src/.build/package/run_prometheus.sh" ]
|
||||||
RUN apt-get update && apt-get install -yq make git curl sudo mercurial vim-common
|
RUN apt-get update && apt-get install -yq make git curl sudo mercurial vim-common
|
||||||
ADD . /prometheus-src
|
ADD . /prometheus-src
|
||||||
RUN cd /prometheus-src && make binary
|
RUN cd /prometheus-src && make tools binary
|
||||||
|
|
Loading…
Reference in a new issue