2
0

Also install curl

This commit is contained in:
2026-03-14 21:14:49 +01:00
parent 9f509dd241
commit 9a5de61ba1

View File

@@ -1,7 +1,7 @@
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 zip unzip \ fontforge ttfautohint zip unzip curl \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*
RUN pip install --upgrade pip RUN pip install --upgrade pip