Fix the incorrectly removed dependent packages
Change-Id: I3d963cd58ef791d30a90f3a74cac2477dac3edfd Closes-Bug: #1546449
This commit is contained in:
parent
1fbaf4dc8f
commit
3853a8bc89
@ -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'] %}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user