X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FRO.git;a=blobdiff_plain;f=Dockerfile;h=ee707b00da5b1a13cf41800eeb3daf9214d658c6;hp=4e0e7bf3065849b605e0861159eaa7d5af2dbc32;hb=cec23b1a5debca576a454ad0bff778a53df49a33;hpb=e8d56b6856b4365e62a36dbeea1b42fc29d81174 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