X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=Dockerfile;fp=Dockerfile;h=153a6d27fa595c756c27f7a873875ea7955dac14;hb=31c6f75e3de00a15174be49145f1a3bbe83063b1;hp=3fa3cfd78e9fd82558ca1584f98aa1ddf1ddc577;hpb=500962a597724c8851a64a94d40f073ea463cd57;p=osm%2FMON.git diff --git a/Dockerfile b/Dockerfile index 3fa3cfd..153a6d2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -24,7 +24,6 @@ FROM ubuntu:16.04 RUN apt-get update && \ - DEBIAN_FRONTEND=noninteractive apt-get --yes install git tox make python python-pip python3 python3-pip debhelper && \ - DEBIAN_FRONTEND=noninteractive apt-get --yes install wget python-dev python-software-properties python-stdeb && \ - DEBIAN_FRONTEND=noninteractive apt-get --yes install default-jre libmysqlclient-dev && \ - DEBIAN_FRONTEND=noninteractive apt-get --yes install libmysqlclient-dev libxml2 python3-all + DEBIAN_FRONTEND=noninteractive apt-get --yes install git tox make python-all python3 python3-pip debhelper wget && \ + DEBIAN_FRONTEND=noninteractive apt-get --yes install libmysqlclient-dev libxml2 python3-all && \ + DEBIAN_FRONTEND=noninteractive pip3 install -U setuptools setuptools-version-command stdeb