[damned-lies/oscp] Install python36-devel



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

    Install python36-devel

 uwsgi/Dockerfile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/uwsgi/Dockerfile b/uwsgi/Dockerfile
index a8e4b4a1..455ed11d 100644
--- a/uwsgi/Dockerfile
+++ b/uwsgi/Dockerfile
@@ -3,9 +3,10 @@ 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 && \
+    yum -y install python36-devel && \
     rpm -V $INSTALL_PKGS 
 
 RUN groupadd l10n -g 1000660000 && \


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