now using ubuntu:16.04

This commit is contained in:
Marcel Otte 2016-09-18 22:48:03 +02:00
parent 7335adf325
commit ae6a9eb9dc
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM ubuntu:15.10 FROM ubuntu:16.04
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 wget unzip RUN apt-get update && apt-get install -y openjdk-8-jre wget unzip
RUN mkdir /terasology \ RUN mkdir /terasology \