aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
blob: 63621cc96d15a91fba5a00d4b122b01fe880e546 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
FROM library/ubuntu:latest

RUN apt-get update && \
    apt-get upgrade -y && \
    apt-get install -y  software-properties-common && \
    add-apt-repository ppa:webupd8team/java -y && \
    apt-get update && \
    echo oracle-java7-installer shared/accepted-oracle-license-v1-1 select true | /usr/bin/debconf-set-selections && \
    apt-get install -y oracle-java8-installer && \
    apt-get install -y python && \
    apt-get install -y python-pip && \
    apt-get clean

#for promoverride script
RUN pip install requests

#REMOVE THIS BEFORE SHIPPING
#RUN apt-get update && \
#    apt-get install -y vim


COPY target/prom.jar sampleApp/startPromDaemon.sh sampleApp/promoverride.py /app/
WORKDIR /app

CMD ./startPromDaemon.sh -i $ID -c /opt/app/prom/ $PASSIVE -z