Fix wrong docker image from dockcross/base:latest to bensuperpc/base:latest

This commit is contained in:
2021-05-14 18:38:41 +02:00
parent 3a302c2cde
commit b4e1b0e87d
41 changed files with 81 additions and 64 deletions

View File

@ -2,7 +2,8 @@
# run the container on a x86_64 host.
# This image is not based on "pypa/manylinux2014_aarch64" because it would require the host to be aarch64.
# For more details, read https://github.com/dockcross/dockcross/issues/367
FROM dockcross/manylinux2014-x64
FROM bensuperpc/manylinux2014-x64
MAINTAINER Bensuperpc "bensuperpc@gmail.com"
# This is for 64-bit ARM Manylinux machine