[damned-lies/oscp] virtualenv needs libpython though



commit 9c58718b174e6084b67ec31c4673f04f81ec0fa6
Author: Bartłomiej Piotrowski <bpiotrowski gnome org>
Date:   Thu Mar 26 00:29:37 2020 +0100

    virtualenv needs libpython though

 httpd_min/Dockerfile | 2 ++
 1 file changed, 2 insertions(+)
---
diff --git a/httpd_min/Dockerfile b/httpd_min/Dockerfile
index e8a63b39..7174e0f5 100644
--- a/httpd_min/Dockerfile
+++ b/httpd_min/Dockerfile
@@ -6,6 +6,8 @@ USER root
 RUN rm -f /opt/rh/httpd24/root/etc/httpd/conf.d/mod_security.conf
 COPY --from=0 /l10n /l10n
 
+RUN yum install -y epel-release && yum install -y python36
+
 RUN groupadd l10n -g 1000660000 && \
     useradd l10n -g 1000660000 -u 1000660000 -r -l -M -d /l10n && \
     chown -R l10n:l10n /l10n


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