#__author__ = "Prithiv Mohan"
#__date__ = "25/Sep/2017"
-FROM ubuntu:16.04
+FROM ubuntu:18.04
RUN apt-get update && \
DEBIAN_FRONTEND=noninteractive apt-get --yes install git tox make python-all python3 python3-pip debhelper wget && \
DEBIAN_FRONTEND=noninteractive apt-get --yes install libmysqlclient-dev libxml2 python3-all libssl-dev && \
pip3 install aiokafka==0.6.0
pip3 install requests==2.18.*
pip3 install python-keystoneclient==3.15.*
-pip3 install six==1.11.*
+pip3 install six
pip3 install peewee==3.8.*
pip3 install pyyaml>=5.1.2
pip3 install prometheus_client==0.4.*
pip3 install gnocchiclient==7.0.*
pip3 install pyvcloud==19.1.1
pip3 install python-ceilometerclient==2.9.*
-pip3 install peewee-migrate==1.1.*
+# pip3 install peewee-migrate==1.1.*
pip3 install python-novaclient==12.0.*
pip3 install pymysql==0.9.*
pip3 install python-neutronclient==5.1.*
aiokafka==0.6.0
requests==2.18.*
python-keystoneclient==3.15.*
-six==1.11.*
+six
peewee==3.8.*
pyyaml>=5.1.2
prometheus_client==0.4.*
pymysql==0.9.*
pyvcloud==19.1.*
python-ceilometerclient==2.9.*
-peewee-migrate==1.1.*
+# peewee-migrate==1.1.*
python-novaclient==12.0.*
python-neutronclient==5.1.*
git+https://osm.etsi.org/gerrit/osm/common.git#egg=osm-common
"aiokafka==0.6.0",
"requests==2.18.*",
"python-keystoneclient==3.15.*",
- "six==1.11.*",
+ "six",
"peewee==3.8.*",
"pyyaml>=5.1.2",
"prometheus_client==0.4.*",
"gnocchiclient==7.0.*",
"pyvcloud==19.1.1",
"python-ceilometerclient==2.9.*",
- "peewee-migrate==1.1.*",
+ # "peewee-migrate==1.1.*",
"python-novaclient==12.0.*",
"pymysql==0.9.*",
"python-neutronclient==5.1.*",