mariadb-devel is deprecated
mariadb 10 uses the packaging convention MariaDB-* to not conflict with mariadb 5. As such, MariaDB-devel was indicating a deprecation warning which this patch removes. TrivialFix Change-Id: I4b51fcedce3ef9e44c4a6830cd38ca8040a4d3f6
This commit is contained in:
parent
1f3e75feb1
commit
0d273e077d
@ -9,7 +9,7 @@ RUN yum -y install \
|
||||
libffi-devel \
|
||||
libxml2-devel \
|
||||
libxslt-devel \
|
||||
mariadb-devel \
|
||||
MariaDB-devel \
|
||||
openssl-devel \
|
||||
python-devel \
|
||||
openssh-clients \
|
||||
|
@ -76,7 +76,7 @@ RUN yum -y install \
|
||||
libffi-devel \
|
||||
libxml2-devel \
|
||||
libxslt-devel \
|
||||
mariadb-devel \
|
||||
MariaDB-devel \
|
||||
openldap-devel \
|
||||
openssl-devel \
|
||||
postgresql \
|
||||
|
Loading…
Reference in New Issue
Block a user