[damned-lies/oscp-testing] Don't enable centosplus



commit 254d1fb9cde4f0998b270737c2503bfa385b5032
Author: Andrea Veri <averi redhat com>
Date:   Tue Jun 8 13:19:46 2021 +0200

    Don't enable centosplus

 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/Dockerfile b/Dockerfile
index a9a5d8ea..5a09c19b 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -7,7 +7,7 @@ RUN INSTALL_PKGS="python39 platform-python-devel platform-python-setuptools pyth
         gettext gnome-doc-utils intltool itstool libicu-devel mariadb-devel subversion yelp-tools" && \
     yum update -y && \
     yum install -y epel-release && \
-    yum -y --setopt=tsflags=nodocs install --enablerepo=centosplus $INSTALL_PKGS && \
+    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='*'


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