diff --git a/Dockerfile b/Dockerfile index 84509bca63..90f7c59fbe 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,6 +5,6 @@ VOLUME [ "/prometheus" ] WORKDIR /prometheus ENTRYPOINT [ "/prometheus-src/.build/package/run_prometheus.sh" ] -RUN apt-get update && apt-get install -yq make git curl sudo mercurial +RUN apt-get update && apt-get install -yq make git curl sudo mercurial vim-common ADD . /prometheus-src RUN cd /prometheus-src && make binary