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

- apt-get failed on Java image, trying Debian instead.

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