Fix the incorrectly removed dependent packages

Change-Id: I3d963cd58ef791d30a90f3a74cac2477dac3edfd
Closes-Bug: #1546449
This commit is contained in:
Allen Gao 2016-02-17 17:56:38 +08:00
parent 1fbaf4dc8f
commit 3853a8bc89
1 changed files with 1 additions and 1 deletions

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'] %}