Skip to content

Commit 4b72b61

Browse files
committed
Add Makefile target for updating docker image
1 parent 2644cbd commit 4b72b61

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Makefile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ clean:
2323
rm -rf msgpack/__pycache__
2424
rm -rf test/__pycache__
2525

26+
.PHONY: update-docker
27+
update-docker:
28+
docker pull quay.io/pypa/manylinux1_i686
29+
docker pull quay.io/pypa/manylinux1_x86_64
30+
2631
.PHONY: linux-wheel
2732
linux-wheel:
2833
docker run --rm -ti -v `pwd`:/project -w /project quay.io/pypa/manylinux1_i686 bash docker/buildwheel.sh

0 commit comments

Comments
 (0)