]> git.immae.eu Git - github/fretlink/docker-node-mongotools.git/commitdiff
add mongo shell
authorGaëtan Duchaussois <gaetan.duchaussois@fretlink.com>
Tue, 7 Aug 2018 06:52:12 +0000 (08:52 +0200)
committerGaëtan Duchaussois <gaetan.duchaussois@fretlink.com>
Tue, 7 Aug 2018 06:52:12 +0000 (08:52 +0200)
Dockerfile

index 6f9c4d77ec1e5ef8e27cff8b520886c5bd272e68..8168c132d0ef729ea453776015d939a85ebfd468 100644 (file)
@@ -3,6 +3,6 @@ WORKDIR /app
 RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 2930ADAE8CAF5059EE73BB4B58712A2291FA4AD5
 RUN echo "deb http://repo.mongodb.org/apt/debian jessie/mongodb-org/3.6 main" > /etc/apt/sources.list.d/mongodb-org-3.6.list
 RUN apt-get update
-RUN apt-get install -y mongodb-org-tools python-pip python-dev libffi-dev libssl-dev && apt-get -y --purge remove python-cffi && pip install --upgrade cffi setuptools
+RUN apt-get install -y mongodb-org-tools mongodb-org-shell python-pip python-dev libffi-dev libssl-dev && apt-get -y --purge remove python-cffi && pip install --upgrade cffi setuptools
 RUN easy_install -U pip
 RUN pip install ansible==2.5.4