Update to python 3.9.5, fix build fail with manylinuximage

Update to python 3.9.5, fix build fail with manylinuximage

Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
This commit is contained in:
2021-05-26 20:02:47 +02:00
parent 7a475a0f4a
commit 8ff660facd
5 changed files with 64 additions and 5 deletions

View File

@ -8,6 +8,7 @@ RUN \
yum -y install \
$([ "$DEFAULT_DOCKCROSS_IMAGE" = "dockcross/manylinux2014-x86" ] && echo "" || echo "epel-release") \
gpg \
python3-devel \
zlib-devel \
gettext \
openssh-clients \