Install zip, upgrade pip
This commit is contained in:
@@ -1,9 +1,11 @@
|
|||||||
FROM python:3.12-slim
|
FROM python:3.12-slim
|
||||||
|
|
||||||
RUN apt-get update && apt-get install -y --no-install-recommends \
|
RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||||
fontforge ttfautohint \
|
fontforge ttfautohint zip \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
|
RUN pip install --upgrade pip
|
||||||
|
|
||||||
RUN pip install --no-cache-dir fonttools
|
RUN pip install --no-cache-dir fonttools
|
||||||
|
|
||||||
WORKDIR /build
|
WORKDIR /build
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# fntbld-oci
|
# 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
|
- **FontForge** — scriptable font editor
|
||||||
- **ttfautohint** — auto-hinter for TrueType fonts
|
- **ttfautohint** — auto-hinter for TrueType fonts
|
||||||
|
|||||||
Reference in New Issue
Block a user