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
# Install runtime dependencies
# Install runtime dependencies with correct package names for Ubuntu 22.04
RUN apt-get update && apt-get install -y \
python3 \
python3-pip \
ffmpeg \
libavcodec58 \
libavformat58 \
libavutil56 \
libswresample3 \
libavcodec-extra \
&& rm -rf /var/lib/apt/lists/*
# Create non-root user and directory structure