install ffmpeg inside rtmp container
This commit is contained in:
parent
5bb690f852
commit
9b0ba134be
|
@ -8,6 +8,7 @@ ENV NGINX_HTTP_FLV_MODULE_VERSION 1.2.9
|
||||||
# Install dependencies
|
# Install dependencies
|
||||||
RUN apt-get update && \
|
RUN apt-get update && \
|
||||||
apt-get install -y ca-certificates openssl libssl-dev && \
|
apt-get install -y ca-certificates openssl libssl-dev && \
|
||||||
|
apt-get install -y ffmpeg && \
|
||||||
rm -rf /var/lib/apt/lists/*
|
rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
# Download and decompress Nginx
|
# Download and decompress Nginx
|
||||||
|
|
Loading…
Reference in a new issue