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