Merge "Fix the incorrectly removed dependent packages"

This commit is contained in:
Jenkins 2016-02-18 15:13:23 +00:00 committed by Gerrit Code Review
commit 833cc21cc7

View File

@ -17,7 +17,7 @@ RUN yum -y install \
python-devel \
openssh-clients \
&& yum clean all \
&& yum -y remove pytz
&& rpm -e --nodeps pytz
{% elif base_distro in ['ubuntu', 'debian'] %}