[damned-lies/oscp] Install python36-devel



commit ab0ac9c4fa7013a8c7c7276a2a4e828a5cf97a5b
Author: Bartłomiej Piotrowski <bpiotrowski gnome org>
Date:   Mon Mar 23 16:09:46 2020 +0100

    Install python36-devel

 uwsgi/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/uwsgi/Dockerfile b/uwsgi/Dockerfile
index a8e4b4a1..77605ec0 100644
--- a/uwsgi/Dockerfile
+++ b/uwsgi/Dockerfile
@@ -3,7 +3,7 @@ FROM centos:7
 RUN INSTALL_PKGS="atlas-devel gcc-gfortran libffi-devel libtool-ltdl enchant \
         gettext gnome-doc-utils intltool itstool libicu-devel mariadb-devel \
         subversion translate-toolkit yelp-tools \
-        uwsgi uwsgi-plugin-python36" && \
+        uwsgi uwsgi-plugin-python36 python36-devel" && \
     yum install -y epel-release && \
     yum -y --setopt=tsflags=nodocs install $INSTALL_PKGS && \
     rpm -V $INSTALL_PKGS 


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