Skip to content
Snippets Groups Projects
Commit 2ed9494a authored by madavi's avatar madavi
Browse files

NBI ubuntu 18, Fixed


Change-Id: Idbe7259868a1ff7868cec493fac313c6b8cef1ba
Signed-off-by: default avatarmadavi <jm00553988@techmahindra.com>
parent 343206e2
No related branches found
No related tags found
No related merge requests found
......@@ -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 \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment