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:
3235e6b
)
PLA pip install dependency
58/9358/1
author
magnussonl
<lars-goran.magnusson@arctoslabs.com>
Mon, 6 Jul 2020 14:44:04 +0000
(16:44 +0200)
committer
beierlm
<mark.beierl@canonical.com>
Wed, 8 Jul 2020 14:13:11 +0000
(16:13 +0200)
Change-Id: I1d5211d7b7608eab7d3171f726283532b506c733
Signed-off-by: magnussonl <lars-goran.magnusson@arctoslabs.com>
(cherry picked from commit
d6d60fc6ed1626b4849d7947e579cae49ee0e8ce
)
docker/PLA/Dockerfile
patch
|
blob
|
history
diff --git
a/docker/PLA/Dockerfile
b/docker/PLA/Dockerfile
index
a0af8b8
..
5d675e9
100644
(file)
--- a/
docker/PLA/Dockerfile
+++ b/
docker/PLA/Dockerfile
@@
-20,7
+20,8
@@
LABEL authors="Lars-Göran Magnusson"
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 mysql-client curl software-properties-common libgl1-mesa-glx \
- && pip3 install pip==9.0.3
+ && python3 -m pip install -U pip \
+ && python3 -m pip install pymzn==0.18.3
ARG REPOSITORY_BASE=http://osm-download.etsi.org/repository/osm/debian
ARG RELEASE=ReleaseEIGHT-daily