Add curl to image
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user