1
0
Fork 0
mirror of synced 2024-05-10 07:33:20 +12:00
FiraCode/Dockerfile
2020-06-17 22:13:23 +02:00

14 lines
378 B
Docker

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