diff --git a/docker/kolla-toolbox/Dockerfile.j2 b/docker/kolla-toolbox/Dockerfile.j2 index 22705de7af..f01a1e73b9 100644 --- a/docker/kolla-toolbox/Dockerfile.j2 +++ b/docker/kolla-toolbox/Dockerfile.j2 @@ -10,6 +10,7 @@ RUN yum -y install \ libxml2-devel \ libxslt-devel \ MariaDB-devel \ + MySQL-python \ openssl-devel \ python-devel \ openssh-clients \ @@ -26,6 +27,7 @@ RUN apt-get -y --no-install-recommends install \ libmariadbclient-dev \ libssl-dev \ libxslt1-dev \ + python-mysqldb \ python-dev \ && apt-get clean @@ -35,7 +37,6 @@ RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py \ && python get-pip.py \ && rm get-pip.py \ && pip --no-cache-dir install \ - MySQL-python \ os-client-config==1.16.0 \ pyudev \ shade==1.4.0