reverting pymongo installation at gerrit: 6704. Now it is installed as a dependency... 50/6750/4
authortierno <alfonso.tiernosepulveda@telefonica.com>
Wed, 24 Oct 2018 09:01:39 +0000 (11:01 +0200)
committertierno <alfonso.tiernosepulveda@telefonica.com>
Tue, 30 Oct 2018 13:54:28 +0000 (14:54 +0100)
Change-Id: Id8748843e789b6c06925fb702aeeb59528e771df
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
docker/MON/Dockerfile

index 7d37b79..5b9da33 100644 (file)
@@ -28,7 +28,7 @@ RUN apt-get update && apt-get -y install curl software-properties-common
 
 RUN apt-get --yes update \
  && apt-get --yes install git python python-pip python3 python3-pip libmysqlclient-dev libssl-dev libffi-dev \
- && apt-get --yes install python3-pymongo && pip3 install pip==9.0.3
+ && pip3 install pip==9.0.3
 
 ARG REPOSITORY_BASE=http://osm-download.etsi.org/repository/osm/debian
 ARG RELEASE=ReleaseFOUR-daily