Keep setuptools installed

This commit is contained in:
Sam Yaple 2017-01-14 00:01:22 +00:00
parent 9bcd11a321
commit 612c0a57ed
3 changed files with 3 additions and 3 deletions

View File

@ -66,5 +66,5 @@ RUN set -x \
&& rpm -e --nodeps centos-logos \
&& yum clean all \
&& rm -rf /tmp/* /root/.cache \
&& pip uninstall setuptools wheel pip -y \
&& pip uninstall wheel pip -y \
&& find / -type f -name "*.pyc" -delete

View File

@ -56,5 +56,5 @@ RUN set -x \
# Project specific command block end
&& apt-get purge -y --auto-remove ca-certificates curl git \
&& rm -rf /var/lib/apt/lists/* /tmp/* /root/.cache \
&& pip uninstall setuptools wheel pip -y \
&& pip uninstall wheel pip -y \
&& find / -type f -name "*.pyc" -delete

View File

@ -56,5 +56,5 @@ RUN set -x \
# Project specific command block end
&& apt-get purge -y --auto-remove ca-certificates curl git \
&& rm -rf /var/lib/apt/lists/* /tmp/* /root/.cache \
&& pip uninstall setuptools wheel pip -y \
&& pip uninstall wheel pip -y \
&& find / -type f -name "*.pyc" -delete