X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=docker%2FNBI%2FDockerfile;h=5d756b32cce111d9828eacc467d96f4f36f5859a;hb=2ed9494a743a832b9625ddd3c908cb36d836e41a;hp=e5bca0fff8bfa2c5a8a596330fda5d474201070a;hpb=343206e260e0a20aa1523d69debca188a74583a7;p=osm%2Fdevops.git diff --git a/docker/NBI/Dockerfile b/docker/NBI/Dockerfile index e5bca0ff..5d756b32 100644 --- a/docker/NBI/Dockerfile +++ b/docker/NBI/Dockerfile @@ -18,11 +18,11 @@ # This creates osm/NBI docker from local NBI source code -FROM ubuntu:16.04 +FROM ubuntu:18.04 -RUN apt-get update && apt-get -y install curl software-properties-common +RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get -y install curl software-properties-common -RUN apt-get update && apt-get install -y git python3 python3-jsonschema \ +RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y git python3 python3-jsonschema \ python3-pymongo python3-yaml python3-pip python3-keystoneclient \ && pip3 install -U pip \ && python3 -m pip install aiokafka aiohttp cherrypy==18.1.2 pyangbind keystoneauth1 \