[damned-lies/oscp] Un-needed



commit f4ba282f0d746bccf9dc367fe04e394baba04a07
Author: Andrea Veri <averi redhat com>
Date:   Tue Jun 8 15:32:12 2021 +0200

    Un-needed

 httpd/Dockerfile | 1 -
 1 file changed, 1 deletion(-)
---
diff --git a/httpd/Dockerfile b/httpd/Dockerfile
index 047dde65..68587eef 100644
--- a/httpd/Dockerfile
+++ b/httpd/Dockerfile
@@ -8,7 +8,6 @@ RUN INSTALL_PKGS="python39 python39-devel python39-setuptools python39-pip pytho
     yum update -y && \
     yum install -y epel-release && \
     yum -y --setopt=tsflags=nodocs install $INSTALL_PKGS && \
-    # Remove centos-logos (httpd dependency) to keep image size smaller.
     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]