Skip to content
Snippets Groups Projects
Commit 6bc45fb6 authored by Alfonso Tierno's avatar Alfonso Tierno
Browse files

fix MON dockerfile pymongo dependency


Change-Id: Ifb95ef766b932d1d3229afee8f2f1f55fc97c715
Signed-off-by: default avatartierno <alfonso.tiernosepulveda@telefonica.com>
parent 023a6c14
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment