projects
/
osm
/
devops.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
023a6c1
)
fix MON dockerfile pymongo dependency
04/6704/1
author
tierno
<alfonso.tiernosepulveda@telefonica.com>
Tue, 16 Oct 2018 07:41:23 +0000
(09:41 +0200)
committer
tierno
<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
patch
|
blob
|
history
diff --git
a/docker/MON/Dockerfile
b/docker/MON/Dockerfile
index
0da9c91
..
390c8df
100644
(file)
--- a/
docker/MON/Dockerfile
+++ b/
docker/MON/Dockerfile
@@
-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