Skip to content
Snippets Groups Projects
Commit b8e21c60 authored by nimrod's avatar nimrod
Browse files

- Changed base image to Ubuntu because PhantomJS isn't available on Debian

  stable.
parent fed405a1
Branches master
No related tags found
No related merge requests found
#FROM java:8 #FROM java:8
FROM debian:stable-backports FROM ubuntu
MAINTAINER Nimrod Adar <nimrod@shore.co.il> MAINTAINER Nimrod Adar <nimrod@shore.co.il>
RUN apt-get update && apt-get install -yf phantomjs libicu52 wget \ RUN apt-get update && apt-get install -yf phantomjs libicu52 wget \
openjdk-8-jre-headless && apt-get clean && \ openjdk-7-jre-headless && apt-get clean && \
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
COPY silent_install.xml /tmp/silent_install.xml COPY silent_install.xml /tmp/silent_install.xml
RUN cd /tmp && wget \ RUN cd /tmp && wget \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment