From 06dffda729cb7a3fa1c1ee009a994945a872761a Mon Sep 17 00:00:00 2001 From: Longbowman Date: Sun, 5 Jan 2020 17:21:58 +0400 Subject: [PATCH] install python3-devel --- entrypoint.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/entrypoint.sh b/entrypoint.sh index 2844b11..a781caa 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -3,6 +3,7 @@ yum groupinstall 'Development Tools' yum install zlib-devel +yum install -y python3-devel.x86_64 # CLI arguments PY_VERSIONS=$1 BUILD_REQUIREMENTS=$2