X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=Dockerfile;h=ee707b00da5b1a13cf41800eeb3daf9214d658c6;hb=779918189253db78a8ad35c06a5937e7de849173;hp=4e0e7bf3065849b605e0861159eaa7d5af2dbc32;hpb=e8d56b6856b4365e62a36dbeea1b42fc29d81174;p=osm%2FRO.git diff --git a/Dockerfile b/Dockerfile index 4e0e7bf3..ee707b00 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,7 +21,7 @@ FROM ubuntu:16.04 RUN apt-get update && \ DEBIAN_FRONTEND=noninteractive apt-get --yes install git tox make python-all python3 python3-pip debhelper wget && \ DEBIAN_FRONTEND=noninteractive apt-get --yes install python3-all libssl-dev apt-utils && \ - DEBIAN_FRONTEND=noninteractive pip3 install -U setuptools setuptools-version-command stdeb && \ + DEBIAN_FRONTEND=noninteractive python3 -m pip install -U setuptools setuptools-version-command stdeb && \ DEBIAN_FRONTEND=noninteractive apt-get --yes install libmysqlclient-dev mysql-client # needed for tests: libmysqlclient-dev mysql-client tox