Add curl to image

This commit is contained in:
McCloudS
2025-08-30 09:19:38 -04:00
committed by GitHub
parent 12a5e1803b
commit 34df085cfe

View File

@@ -36,6 +36,7 @@ COPY --from=builder /usr/local/lib/python3.10/dist-packages /usr/local/lib/pytho
RUN apt-get update && apt-get install -y --no-install-recommends \
ffmpeg \
python3 \
curl \
&& rm -rf /var/lib/apt/lists/*
ENV PYTHONUNBUFFERED=1