X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FIM.git;a=blobdiff_plain;f=Dockerfile;h=1e89c8f3e21bc2e74cc3727d1cc928ec3cb84315;hp=1e947936f656753070cfb9f913cc91e76ddd7ba5;hb=e6ba40aa913089e6fd057dce5ad34879ee4303ce;hpb=295e5d3214228ae4f8055a248d51e6ca8e0b63cb diff --git a/Dockerfile b/Dockerfile index 1e94793..1e89c8f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,8 +17,11 @@ FROM ubuntu:16.04 RUN apt-get update && \ - DEBIAN_FRONTEND=noninteractive apt-get -y install git make wget python python-pip debhelper tox && \ - DEBIAN_FRONTEND=noninteractive pip install -U pip && \ - DEBIAN_FRONTEND=noninteractive pip install -U pyang pyangbind && \ - DEBIAN_FRONTEND=noninteractive pip install -U stdeb - + DEBIAN_FRONTEND=noninteractive apt-get -y install git make wget python \ + python3 python3-all python3-pip python-pip \ + debhelper tox python-setuptools \ + python3-setuptools build-essential dh-make && \ + DEBIAN_FRONTEND=noninteractive pip3 install pip==9.0.3 && \ + DEBIAN_FRONTEND=noninteractive pip3 install -U pyang pyangbind && \ + DEBIAN_FRONTEND=noninteractive pip3 install -U stdeb && \ + DEBIAN_FRONTEND=noninteractive pip2 install -U stdeb