Add vim-common for xxd required by embed-static.sh

Change-Id: Ie1c108dd49d0bbbbcdcd90719a192718ec46d2e4
This commit is contained in:
Johannes 'fish' Ziemke 2014-05-09 01:47:36 +02:00
parent e041c0cd46
commit d085de5a69
1 changed files with 1 additions and 1 deletions

View File

@ -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