2
0

Initial version

This commit is contained in:
2026-03-14 11:29:10 +01:00
commit 1560651d98
3 changed files with 67 additions and 0 deletions

9
Dockerfile Normal file
View File

@@ -0,0 +1,9 @@
FROM python:3.12-slim
RUN apt-get update && apt-get install -y --no-install-recommends \
fontforge ttfautohint \
&& rm -rf /var/lib/apt/lists/*
RUN pip install --no-cache-dir fonttools
WORKDIR /build