Renamed osm-im package to osm-imdocs. Added LICENSE to deb pkg
[osm/IM.git] / Dockerfile
index 1e94793..1e89c8f 100644 (file)
 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