master
Kar 2025-06-15 23:25:42 +05:30
parent 2e4709bdd8
commit d6555b0f65
1 changed files with 2 additions and 5 deletions

View File

@ -22,15 +22,12 @@ RUN make
FROM ubuntu:22.04 AS runtime FROM ubuntu:22.04 AS runtime
# Install runtime dependencies # Install runtime dependencies with correct package names for Ubuntu 22.04
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \
python3 \ python3 \
python3-pip \ python3-pip \
ffmpeg \ ffmpeg \
libavcodec58 \ libavcodec-extra \
libavformat58 \
libavutil56 \
libswresample3 \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*
# Create non-root user and directory structure # Create non-root user and directory structure