From 5f381dfbdd6509601e18655815022c340548a03d Mon Sep 17 00:00:00 2001 From: Steven Dake Date: Mon, 28 Mar 2016 20:52:58 -0400 Subject: [PATCH] Fix gate by adding MariaDB-shared dependnecy With the reorganization of the MariaDB repository, the C libraries for mariadb were not included in the toolbox container. This results in a non-functional CentOS environment which is resolved by this simple patch. Change-Id: Ib4a2f7e55b6efc36bc3ff2d93447cb97b7b109f5 Closes-Bug: #1561347 --- docker/kolla-toolbox/Dockerfile.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/docker/kolla-toolbox/Dockerfile.j2 b/docker/kolla-toolbox/Dockerfile.j2 index 22705de7af..8e1b400f68 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 \ + MariaDB-shared \ openssl-devel \ python-devel \ openssh-clients \