Skip to content
Snippets Groups Projects
Commit 944d3467 authored by magnussonl's avatar magnussonl Committed by Mark Beierl
Browse files

PLA pip install dependency


Change-Id: I1d5211d7b7608eab7d3171f726283532b506c733
Signed-off-by: default avatarmagnussonl <lars-goran.magnusson@arctoslabs.com>
(cherry picked from commit d6d60fc6)
parent 3235e6b7
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
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