X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FIM.git;a=blobdiff_plain;f=Dockerfile;h=419f8dbc5e5abfaf85549f697277f26a9f7f3955;hp=c30bf9164a1b1fe0c226fdcd470d99073ccc0f01;hb=813947d0a1bcce97c634e3b2e3f3875b404e9782;hpb=5c68bd95e8f3e916be7152cb6c409377fab43e6b diff --git a/Dockerfile b/Dockerfile index c30bf91..419f8db 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,8 +17,12 @@ 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 pip==9.0.3 && \ - 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 \ + openjdk-8-jdk maven && \ + 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