Fix bug in vnfd/nsd creation when reporting errors
[osm/osmclient.git] / Dockerfile
index f1be5ab..b7a8a91 100644 (file)
@@ -1,5 +1,5 @@
 FROM ubuntu:16.04
 
 RUN apt-get update && apt-get -y install git make python python3 \
-    virtualenv libcurl4-gnutls-dev libgnutls-dev python-pip  python3-pip \
-    debhelper python-stdeb apt-utils
+    libcurl4-gnutls-dev libgnutls-dev tox python-dev python3-dev \
+    debhelper python-setuptools python-all apt-utils