fix MON dockerfile pymongo dependency 04/6704/1
authortierno <alfonso.tiernosepulveda@telefonica.com>
Tue, 16 Oct 2018 07:41:23 +0000 (09:41 +0200)
committertierno <alfonso.tiernosepulveda@telefonica.com>
Tue, 16 Oct 2018 07:41:27 +0000 (09:41 +0200)
Change-Id: Ifb95ef766b932d1d3229afee8f2f1f55fc97c715
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
docker/MON/Dockerfile

index 0da9c91..390c8df 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 \
- && pip3 install pip==9.0.3
+ && apt-get --yes install python3-pymongo && pip3 install pip==9.0.3
 
 ARG REPOSITORY_BASE=http://osm-download.etsi.org/repository/osm/debian
 ARG RELEASE=ReleaseFOUR-daily