From ae6a9eb9dc0ddaf247c677bfe163bef80261f1fa Mon Sep 17 00:00:00 2001 From: Marcel Otte Date: Sun, 18 Sep 2016 22:48:03 +0200 Subject: [PATCH] now using ubuntu:16.04 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ef33748..48ed7fa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:15.10 +FROM ubuntu:16.04 MAINTAINER Marcel Otte RUN apt-get update && apt-get install -y openjdk-8-jre wget unzip RUN mkdir /terasology \