Skip to content
Snippets Groups Projects
Commit 3853a8bc authored by Allen Gao's avatar Allen Gao
Browse files

Fix the incorrectly removed dependent packages

Change-Id: I3d963cd58ef791d30a90f3a74cac2477dac3edfd
Closes-Bug: #1546449
parent 1fbaf4dc
No related branches found
No related tags found
No related merge requests found
......@@ -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'] %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment