Merge "Install MySQL-python with pip in openstack-base container (type source)"
This commit is contained in:
commit
4fa1b3b5ff
@ -200,7 +200,6 @@ ENV DEBIAN_FRONTEND noninteractive
|
||||
'libxslt-devel',
|
||||
'libyaml-devel',
|
||||
'MariaDB-devel',
|
||||
'MySQL-python',
|
||||
'openldap-devel',
|
||||
'openssl-devel',
|
||||
'postgresql',
|
||||
@ -274,6 +273,7 @@ RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py \
|
||||
'kombu',
|
||||
'monotonic',
|
||||
'msgpack-python',
|
||||
'MySQL-python',
|
||||
'netaddr',
|
||||
'netifaces',
|
||||
'os-client-config',
|
||||
|
Loading…
Reference in New Issue
Block a user