1
0
Fork 0
mirror of synced 2024-05-12 16:43:21 +12:00
FiraCode/Dockerfile

14 lines
378 B
Docker
Raw Normal View History

2020-06-18 08:06:57 +12:00
FROM python:3
WORKDIR /opt
RUN pip install -U Pillow==5.4.1 idna==2.8 requests==2.21.0 urllib3==1.24.1
RUN pip install pycairo
RUN pip install git+https://github.com/googlefonts/gftools
RUN pip install fontmake
RUN apt-get update && \
apt-get install -y ttfautohint && \
apt-get install -y woff2 && \
apt-get install -y sfnt2woff-zopfli
RUN pip install fontbakery