fixed java, using jre instead of jre-headless
This commit is contained in:
parent
4199dc672b
commit
b57b24844d
|
@ -1,6 +1,6 @@
|
|||
FROM ubuntu:15.10
|
||||
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 mkdir /terasology
|
||||
RUN wget -P /terasology http://jenkins.terasology.org/job/DistroOmegaRelease/lastSuccessfulBuild/artifact/distros/omega/build/distributions/TerasologyOmega.zip
|
||||
|
|
Loading…
Reference in New Issue