Add vim-common for xxd required by embed-static.sh
Change-Id: Ie1c108dd49d0bbbbcdcd90719a192718ec46d2e4
This commit is contained in:
parent
e041c0cd46
commit
d085de5a69
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue