Add curl to image

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

View File

@@ -22,6 +22,7 @@ WORKDIR /subgen
# Install only required runtime dependencies
RUN apt-get update && apt-get install -y --no-install-recommends \
ffmpeg \
curl \
&& rm -rf /var/lib/apt/lists/*
# Copy only necessary files from builder stage