Fix Dockerfile

Python after 3.7 removes `tp_print` from `PyTypeObject`, preventing `pyclipper` 1.1.0.post1 from compiling.
This commit is contained in:
Michael 2020-10-07 16:32:27 -05:00 committed by GitHub
parent 437784e59a
commit 9957b24acd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
FROM python:buster
FROM python:3.7
RUN apt update && apt install -y \
git \
zopfli \