From 9b0ba134be968d638235a6993a52423fe71ad290 Mon Sep 17 00:00:00 2001 From: deflax Date: Mon, 11 Oct 2021 20:53:40 +0000 Subject: [PATCH] install ffmpeg inside rtmp container --- rtmp/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/rtmp/Dockerfile b/rtmp/Dockerfile index 0692644..24e27f2 100644 --- a/rtmp/Dockerfile +++ b/rtmp/Dockerfile @@ -8,6 +8,7 @@ ENV NGINX_HTTP_FLV_MODULE_VERSION 1.2.9 # Install dependencies RUN apt-get update && \ apt-get install -y ca-certificates openssl libssl-dev && \ + apt-get install -y ffmpeg && \ rm -rf /var/lib/apt/lists/* # Download and decompress Nginx