Dockerfile 314 B

123456789
  1. FROM python:3
  2. WORKDIR /opt
  3. RUN pip install --upgrade Pillow==5.4.1 idna==2.8 requests==2.21.0 urllib3==1.24.1 pycairo==1.20.1 gftools==0.7.4 fontmake==2.4.0 fontbakery==0.8.0
  4. RUN apt-get update && \
  5. apt-get install -y ttfautohint && \
  6. apt-get install -y woff2 && \
  7. apt-get install -y sfnt2woff-zopfli