mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-10 07:34:04 -08:00
Merge pull request #446 from prometheus/fix-dockerfile
Installing gcc as rule_checker and procfs dependency
This commit is contained in:
commit
e0a90d3da5
|
@ -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…
Reference in a new issue