changed jre to java 8
This commit is contained in:
parent
75aaa5cd32
commit
899757a436
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue