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 \
|
libffi-devel \
|
||||||
libxml2-devel \
|
libxml2-devel \
|
||||||
libxslt-devel \
|
libxslt-devel \
|
||||||
mariadb-devel \
|
MariaDB-devel \
|
||||||
openssl-devel \
|
openssl-devel \
|
||||||
python-devel \
|
python-devel \
|
||||||
openssh-clients \
|
openssh-clients \
|
||||||
|
@ -76,7 +76,7 @@ RUN yum -y install \
|
|||||||
libffi-devel \
|
libffi-devel \
|
||||||
libxml2-devel \
|
libxml2-devel \
|
||||||
libxslt-devel \
|
libxslt-devel \
|
||||||
mariadb-devel \
|
MariaDB-devel \
|
||||||
openldap-devel \
|
openldap-devel \
|
||||||
openssl-devel \
|
openssl-devel \
|
||||||
postgresql \
|
postgresql \
|
||||||
|
Loading…
Reference in New Issue
Block a user