2017-03-11 14:29:10 +01:00
|
|
|
FROM hosttoday/ht-docker-node:stable
|
2017-06-30 16:18:17 +02:00
|
|
|
MAINTAINER Lossless GmbH <office@lossless.com>
|
|
|
|
|
2017-10-09 19:17:28 +02:00
|
|
|
RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 0C49F3730359A14518585931BC711F9BA15703C6 \
|
2017-10-09 20:23:20 +02:00
|
|
|
&& echo "deb [ arch=amd64,arm64,ppc64el,s390x ] http://repo.mongodb.com/apt/ubuntu xenial/mongodb-enterprise/3.4 multiverse" | tee /etc/apt/sources.list.d/mongodb-enterprise.list \
|
2017-02-25 02:10:23 +01:00
|
|
|
&& apt-get update \
|
|
|
|
&& apt-get install -y mongodb-org
|