blob: 66cb83dfaeed4c31194c00f03797d085136b0105 [file] [log] [blame]
garciadeblas3a82fc02017-04-21 15:03:48 +02001FROM ubuntu:16.04
2
garciadeblas5c0af452017-04-24 09:13:20 +02003RUN apt-get update && \
garciadeblas32b836b2017-04-24 09:25:27 +02004 DEBIAN_FRONTEND=noninteractive apt-get -y install git make && \
5 DEBIAN_FRONTEND=noninteractive apt-get -y install python python-stdeb python-pip libmysqlclient-dev libssl-dev libffi-dev && \
garciadeblas3a82fc02017-04-21 15:03:48 +02006 DEBIAN_FRONTEND=noninteractive pip install --upgrade pip && \
garciadeblas32b836b2017-04-24 09:25:27 +02007 DEBIAN_FRONTEND=noninteractive pip install --upgrade setuptools && \
garciadeblas3a82fc02017-04-21 15:03:48 +02008 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
9