diff --git a/dockerfiles/Dockerfile-centos b/dockerfiles/Dockerfile-centos index 20bf444..d833021 100644 --- a/dockerfiles/Dockerfile-centos +++ b/dockerfiles/Dockerfile-centos @@ -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 \