Dockerfile 378 B

12345678910111213
  1. FROM python:3
  2. WORKDIR /opt
  3. RUN pip install -U Pillow==5.4.1 idna==2.8 requests==2.21.0 urllib3==1.24.1
  4. RUN pip install pycairo
  5. RUN pip install git+https://github.com/googlefonts/gftools
  6. RUN pip install fontmake
  7. RUN apt-get update && \
  8. apt-get install -y ttfautohint && \
  9. apt-get install -y woff2 && \
  10. apt-get install -y sfnt2woff-zopfli
  11. RUN pip install fontbakery