Fix centos

This commit is contained in:
Sam Yaple 2017-01-12 05:54:18 +00:00
parent 8087390bc6
commit 420961198b
1 changed files with 0 additions and 1 deletions

View File

@ -48,7 +48,6 @@ RUN set -x \
&& pip install --no-index --no-compile --find-links /tmp/packages --constraint /tmp/packages/upper-constraints.txt python-memcached pymysql \
# Project specific command block end
&& yum history -y undo $(yum history list git | tail -2 | head -1 | awk '{ print $1}') \
&& rpm -e --nodeps centos-logos \
&& yum clean all \
&& rm -rf /tmp/* /root/.cache \
&& find / -type f \( -name "*.pyc" -o -name "pip" -o -name "easy_install" -o -name "wheel" \) -delete