add java version

This commit is contained in:
2017-06-30 16:18:17 +02:00
parent a83cc999c4
commit 5e89b9a9a7
4 changed files with 29 additions and 1 deletions

View File

@ -1,4 +1,6 @@
FROM hosttoday/ht-docker-node:stable
MAINTAINER Lossless GmbH <office@lossless.com>
RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv EA312927 \
&& echo "deb http://repo.mongodb.org/apt/ubuntu xenial/mongodb-org/3.2 multiverse" | tee /etc/apt/sources.list.d/mongodb-org-3.2.list \
&& apt-get update \