fixed java, using jre instead of jre-headless

This commit is contained in:
Marcel Otte 2016-01-09 23:23:15 +01:00
parent 4199dc672b
commit b57b24844d
1 changed files with 1 additions and 1 deletions

View File

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