Merge "Fix the incorrectly removed dependent packages"
This commit is contained in:
commit
833cc21cc7
@ -17,7 +17,7 @@ RUN yum -y install \
|
|||||||
python-devel \
|
python-devel \
|
||||||
openssh-clients \
|
openssh-clients \
|
||||||
&& yum clean all \
|
&& yum clean all \
|
||||||
&& yum -y remove pytz
|
&& rpm -e --nodeps pytz
|
||||||
|
|
||||||
{% elif base_distro in ['ubuntu', 'debian'] %}
|
{% elif base_distro in ['ubuntu', 'debian'] %}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user