[damned-lies/oscp] Run yum as root



commit cdac7e50983df339da366467d528860f6726bc75
Author: Bartłomiej Piotrowski <bpiotrowski gnome org>
Date:   Tue Mar 24 11:12:22 2020 +0100

    Run yum as root

 httpd/Dockerfile | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/httpd/Dockerfile b/httpd/Dockerfile
index d6805263..c562f09c 100644
--- a/httpd/Dockerfile
+++ b/httpd/Dockerfile
@@ -1,5 +1,6 @@
 FROM centos/s2i-base-centos7
 
+USER root
 RUN INSTALL_PKGS="rh-python36 rh-python36-python-devel rh-python36-python-setuptools rh-python36-python-pip 
nss_wrapper rh-python36-mod_wsgi \
         httpd24 httpd24-httpd-devel httpd24-mod_ssl httpd24-mod_auth_kerb httpd24-mod_ldap \
         httpd24-mod_session atlas-devel gcc-gfortran libffi-devel libtool-ltdl enchant \


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