ht-docker-node/Dockerfile_mongo

7 lines
438 B
Plaintext
Raw Normal View History

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