From 4f90b0d3cb76e03e69158ab249ea96cd9c492544 Mon Sep 17 00:00:00 2001 From: Nico Verbruggen Date: Sat, 14 Mar 2026 16:33:01 +0100 Subject: [PATCH] Also install font-line --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 138f8ff..5824c56 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,6 +6,6 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ RUN pip install --upgrade pip -RUN pip install --no-cache-dir fonttools +RUN pip install --no-cache-dir fonttools font-line WORKDIR /build