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" ]
|
||||
RUN apt-get update && apt-get install -yq make git curl sudo mercurial vim-common
|
||||
ADD . /prometheus-src
|
||||
RUN cd /prometheus-src && make binary
|
||||
RUN cd /prometheus-src && make tools binary
|
||||
|
|
Loading…
Reference in New Issue