[damned-lies/oscp-testing] centos-logos is not installed on this image



commit 9dbf7b0bd05d3b4b97ce5f270ee93f94367ee070
Author: Andrea Veri <averi redhat com>
Date:   Tue Jun 8 13:23:36 2021 +0200

    centos-logos is not installed on this image

 Dockerfile | 1 -
 1 file changed, 1 deletion(-)
---
diff --git a/Dockerfile b/Dockerfile
index 5a09c19b..5c03bc2c 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -9,7 +9,6 @@ RUN INSTALL_PKGS="python39 platform-python-devel platform-python-setuptools pyth
     yum install -y epel-release && \
     yum -y --setopt=tsflags=nodocs install $INSTALL_PKGS && \
     # Remove centos-logos (httpd dependency) to keep image size smaller.
-    rpm -e --nodeps centos-logos && \
     yum -y clean all --enablerepo='*'
 
 RUN sed -ri ' s!^(\s*CustomLog)\s+\S+!\1 /proc/self/fd/1!g; s!^(\s*ErrorLog)\s+\S+!\1 /proc/self/fd/2!g;' 
/etc/httpd/conf/httpd.conf && \


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]