master
parent
2e4709bdd8
commit
d6555b0f65
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue