diff --git a/Dockerfile b/Dockerfile index 1e1dd0e..d81a36f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM ubuntu:14.04 MAINTAINER Marcel Otte -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