Installing gcc as rule_checker and procfs dep

Change-Id: I370e9192a6bfd9275dd6f4b4c0f35c6675cfb75f
This commit is contained in:
Johannes 'fish' Ziemke 2014-12-26 19:48:32 +01:00
parent cc27fb8aab
commit a6e320a88c

View file

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