From 034f6bb2be8c047e1685e14c5d9e5a722ed3d392 Mon Sep 17 00:00:00 2001 From: Johannes 'fish' Ziemke Date: Thu, 10 Jul 2014 14:46:36 +0200 Subject: [PATCH] Build prometheus tools as well Change-Id: I49d5ca4d6ff715e8a6631caf052de309b91b0b1b --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 90f7c59fb..7b5644ff2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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