github.com/aclisp/heapster@v0.19.2-0.20160613100040-51756f899a96/riemann/Dockerfile (about)

     1  FROM debian:8.1
     2  
     3  ENV DEBIAN_FRONTEND noninteractive
     4  RUN apt-get -qq update && apt-get -qq -y upgrade && apt-get -qq -y install default-jdk curl
     5  ENV JAVA_HOME /usr/lib/jvm/default-java/jre
     6  
     7  ## 5555 - Riemann TCP and UDP; 5556 - Riemann websocket
     8  EXPOSE 5555 5555/udp 5556
     9  CMD ["/usr/bin/riemann"]
    10  
    11  RUN curl -so /tmp/riemann.deb https://aphyr.com/riemann/riemann_0.2.10_all.deb && dpkg -i /tmp/riemann.deb && rm -f /tmp/riemann.deb
    12  ADD riemann.config /etc/riemann/