mirror of
https://github.com/googlefonts/noto-emoji.git
synced 2025-07-08 13:36:40 +00:00
Fix Dockerfile
Python after 3.7 removes `tp_print` from `PyTypeObject`, preventing `pyclipper` 1.1.0.post1 from compiling.
This commit is contained in:
parent
437784e59a
commit
9957b24acd
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
FROM python:buster
|
FROM python:3.7
|
||||||
RUN apt update && apt install -y \
|
RUN apt update && apt install -y \
|
||||||
git \
|
git \
|
||||||
zopfli \
|
zopfli \
|
||||||
|
|
Loading…
Add table
Reference in a new issue