2
0

Install zip, upgrade pip

This commit is contained in:
2026-03-14 12:45:47 +01:00
parent 1560651d98
commit ba22c9f42f
2 changed files with 4 additions and 2 deletions

View File

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

View File

@@ -1,6 +1,6 @@
# fntbld-oci
A container image with font-building tools pre-installed:
A Debian-based container image with font-building tools pre-installed:
- **FontForge** — scriptable font editor
- **ttfautohint** — auto-hinter for TrueType fonts