X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FIM.git;a=blobdiff_plain;f=Dockerfile;h=419f8dbc5e5abfaf85549f697277f26a9f7f3955;hp=1e89c8f3e21bc2e74cc3727d1cc928ec3cb84315;hb=25fa538e051d06cfa4c3f23dc6617d090211cfcf;hpb=09a2710efddf61e302d30dc2438105a3a155ce15 diff --git a/Dockerfile b/Dockerfile index 1e89c8f..419f8db 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,7 +20,8 @@ RUN apt-get update && \ 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 && \ + 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 && \