Fix building centos kolla-toolbox
Percona recently updated their package which is now conflicting with mariadb-libs. Closes-Bug: #1548589 Change-Id: I9db7ffb8b94b623784cffa3e63804c47375097d1
This commit is contained in:
parent
0e67afb73b
commit
937c771ec8
@ -11,7 +11,6 @@ RUN yum -y install \
|
||||
libxml2-devel \
|
||||
libxslt-devel \
|
||||
mariadb-devel \
|
||||
mariadb-libs \
|
||||
MariaDB-shared \
|
||||
openssl-devel \
|
||||
python-devel \
|
||||
|
@ -5,7 +5,6 @@ MAINTAINER {{ maintainer }}
|
||||
RUN yum -y install \
|
||||
git \
|
||||
iproute \
|
||||
mariadb-libs \
|
||||
openssl \
|
||||
&& yum clean all
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user