Install zip, upgrade pip
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user