changed jre to java 8

This commit is contained in:
Marcel Otte 2015-05-27 19:23:10 +02:00
parent 75aaa5cd32
commit 899757a436
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
FROM ubuntu:14.04
MAINTAINER Marcel Otte <qwc+docker@mmo.to>
RUN apt-get update && apt-get install -y openjdk-7-jre-headless
RUN apt-get update && apt-get install -y openjdk-8-jre-headless
RUN apt-get install -y wget unzip
RUN mkdir /terasology
#RUN wget -P /terasology http://jenkins.terasology.org/job/TerasologyStable/lastSuccessfulBuild/artifact/build/distributions/Terasology.zip