updated ubuntu image, due to java8 dependency

This commit is contained in:
Marcel Otte 2015-05-31 14:46:58 +02:00
parent 899757a436
commit 286e92a275
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM ubuntu:14.04 FROM ubuntu:14.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 RUN apt-get update && apt-get install -y openjdk-8-jre-headless
RUN apt-get install -y wget unzip RUN apt-get install -y wget unzip