Also install curl
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
FROM python:3.12-slim
|
||||
|
||||
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/*
|
||||
|
||||
RUN pip install --upgrade pip
|
||||
|
||||
Reference in New Issue
Block a user