[damned-lies/oscp-testing] Un-needed



commit 08836d50e2252b2b9877e184b7dd69ecd5db2481
Author: Andrea Veri <averi redhat com>
Date:   Tue Jun 8 15:32:33 2021 +0200

    Un-needed

 Dockerfile | 1 -
 1 file changed, 1 deletion(-)
---
diff --git a/Dockerfile b/Dockerfile
index 3bb612ae..5b310723 100644
--- a/Dockerfile
+++ b/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]