NBI ubuntu 18, Fixed 77/8077/2
authormadavi <jm00553988@techmahindra.com>
Wed, 23 Oct 2019 12:15:05 +0000 (17:45 +0530)
committermadavi <jm00553988@techmahindra.com>
Wed, 23 Oct 2019 12:56:18 +0000 (18:26 +0530)
Change-Id: Idbe7259868a1ff7868cec493fac313c6b8cef1ba
Signed-off-by: madavi <jm00553988@techmahindra.com>
docker/NBI/Dockerfile

index e5bca0f..5d756b3 100644 (file)
 
 # 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 \