From 34df085cfef4ff262e6808e84810257b7b097570 Mon Sep 17 00:00:00 2001 From: McCloudS <64094529+McCloudS@users.noreply.github.com> Date: Sat, 30 Aug 2025 09:19:38 -0400 Subject: [PATCH] Add curl to image --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index b126ed0..3bef3a2 100755 --- a/Dockerfile +++ b/Dockerfile @@ -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