Change-Id: I4aceb121630ed40cc34950fb450ef832aa5fd8cf
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
FROM ubuntu:16.04
-RUN add-apt-repository -y 'deb https://osm-download.etsi.org/repository/osm/debian ReleaseONE unstable' && \
- apt-get update && \
+RUN apt-get update && \
DEBIAN_FRONTEND=noninteractive apt-get -y install python python-pip libmysqlclient-dev libssl-dev libffi-dev && \
DEBIAN_FRONTEND=noninteractive pip install --upgrade pip && \
DEBIAN_FRONTEND=noninteractive apt-get -y install python-argcomplete python-boto python-bottle python-jsonschema python-logutils python-cinderclient python-glanceclient python-keystoneclient python-neutronclient python-novaclient python-mysqldb
-