Merge "Remove MariaDB-shared in openstack-base"
This commit is contained in:
commit
1d3e161b87
@ -2,12 +2,10 @@ FROM {{ namespace }}/{{ image_prefix }}base:{{ tag }}
|
||||
MAINTAINER {{ maintainer }}
|
||||
|
||||
{% if base_distro in ['fedora', 'centos', 'oraclelinux', 'rhel'] %}
|
||||
# TODO(mandre) remove MariaDB-shared once Percona has fixed its packaging issue
|
||||
RUN yum -y install \
|
||||
git \
|
||||
iproute \
|
||||
mariadb-libs \
|
||||
MariaDB-shared \
|
||||
openssl \
|
||||
&& yum clean all
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user