7 lines
438 B
Plaintext
7 lines
438 B
Plaintext
FROM hosttoday/ht-docker-node:stable
|
|
MAINTAINER Lossless GmbH <office@lossless.com>
|
|
|
|
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 \
|
|
&& apt-get update \
|
|
&& apt-get install -y mongodb-org |