Skip to content
Snippets Groups Projects
Commit 5f381dfb authored by Steven Dake's avatar Steven Dake
Browse files

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
parent 3f707d78
No related branches found
No related tags found
No related merge requests found
......@@ -10,6 +10,7 @@ RUN yum -y install \
libxml2-devel \
libxslt-devel \
MariaDB-devel \
MariaDB-shared \
openssl-devel \
python-devel \
openssh-clients \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment