Remove MariaDB-shared in openstack-base
After we switched to PyMySQL in openstack-base, there is no need to compile MySQL-python thus to install MariaDB-shared package as a workaround for busted percona packages. TrivialFix Related-Bug: #1526129 Change-Id: I93b4bee9d42427b493dac3a0039e0b1a9cac9f71
This commit is contained in:
parent
58daa10ae3
commit
92f4e5a04f
@ -2,12 +2,10 @@ FROM {{ namespace }}/{{ image_prefix }}base:{{ tag }}
|
|||||||
MAINTAINER {{ maintainer }}
|
MAINTAINER {{ maintainer }}
|
||||||
|
|
||||||
{% if base_distro in ['fedora', 'centos', 'oraclelinux', 'rhel'] %}
|
{% if base_distro in ['fedora', 'centos', 'oraclelinux', 'rhel'] %}
|
||||||
# TODO(mandre) remove MariaDB-shared once Percona has fixed its packaging issue
|
|
||||||
RUN yum -y install \
|
RUN yum -y install \
|
||||||
git \
|
git \
|
||||||
iproute \
|
iproute \
|
||||||
mariadb-libs \
|
mariadb-libs \
|
||||||
MariaDB-shared \
|
|
||||||
openssl \
|
openssl \
|
||||||
&& yum clean all
|
&& yum clean all
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user