remove centos-logos package (#6)

This commit is contained in:
Pete Birley 2017-01-16 19:25:06 +00:00 committed by Sam Yaple
parent d27d31cc43
commit a27798292c
1 changed files with 1 additions and 0 deletions

View File

@ -61,6 +61,7 @@ RUN set -x \
&& touch /etc/apache2/envvars \
# 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 \
&& pip uninstall pip wheel -y \