mirror of https://github.com/prometheus/prometheus
Merge pull request #446 from prometheus/fix-dockerfile
Installing gcc as rule_checker and procfs dependencypull/449/head
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 New Issue