Merge "Add missing 'yum clean all' to mariadb"

This commit is contained in:
Jenkins 2016-03-10 21:51:07 +00:00 committed by Gerrit Code Review
commit 19bdb0934e

View File

@ -14,6 +14,7 @@ RUN yum install -y \
pv \
tar \
expect \
&& yum clean all \
&& rm -rf /var/lib/mysql/*
{% elif base_distro in ['ubuntu', 'debian'] %}