Fix Dockerfile.local
[osm/NBI.git] / debian / python3-osm-nbi.postinst
index c2400c6..29baa0d 100755 (executable)
@@ -23,6 +23,8 @@ echo "Installing python dependencies via pip..."
 python3 -m pip install -U pip
 python3 -m pip install cherrypy==18.1.2
 python3 -m pip install keystoneauth1
+python3 -m pip install jsonschema==3.2.0
+python3 -m pip install tacacs_plus
 
 #Creation of log folder
 mkdir -p /var/log/osm