Browse Source

Installing gcc as rule_checker and procfs dep

Change-Id: I370e9192a6bfd9275dd6f4b4c0f35c6675cfb75f
pull/446/head
Johannes 'fish' Ziemke 10 years ago
parent
commit
a6e320a88c
  1. 2
      Dockerfile

2
Dockerfile

@ -6,7 +6,7 @@ WORKDIR /prometheus
ENTRYPOINT [ "/prometheus-src/prometheus" ]
CMD [ "-config.file=/prometheus.conf" ]
RUN apt-get update && apt-get install -yq make git curl sudo mercurial vim-common
RUN apt-get update && apt-get install -yq make git curl sudo mercurial vim-common gcc
ADD . /prometheus-src
RUN cd /prometheus-src && make tools binary
ADD ./documentation/examples/prometheus.conf /prometheus.conf

Loading…
Cancel
Save