diff --git a/Dockerfile b/Dockerfile index c32147f..bf89ea4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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