From 221151e53f88693939e1d6db2bb8c92ab0e7dc36 Mon Sep 17 00:00:00 2001 From: PyYoshi Date: Wed, 5 Apr 2017 11:30:32 +0900 Subject: [PATCH] update --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 819f7ce..2fcce14 100644 --- a/Makefile +++ b/Makefile @@ -17,6 +17,8 @@ install: clean python setup.py install build-manylinux1-wheel: + docker pull quay.io/pypa/manylinux1_i686 + docker pull quay.io/pypa/manylinux1_x86_64 docker run --rm -ti -v `pwd`:/project -w /project quay.io/pypa/manylinux1_i686 bash dockerfiles/buildwheel.sh docker run --rm -ti -v `pwd`:/project -w /project quay.io/pypa/manylinux1_x86_64 bash dockerfiles/buildwheel.sh