From a5d5fa9de705ddfc4597bb6fb5e565a9239c715c Mon Sep 17 00:00:00 2001 From: Logan Cusano Date: Mon, 29 Dec 2025 22:55:18 -0500 Subject: [PATCH] Install ffmpeg to test if that resolves issue with recording --- Dockerfile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Dockerfile b/Dockerfile index 172bb7d..bc11526 100644 --- a/Dockerfile +++ b/Dockerfile @@ -37,6 +37,11 @@ VOLUME ["/configs"] # Create the calls local cache directory VOLUME ["/calls"] + +##### REMOVE ME OR PROPERLY ADD IF WORKS +RUN apt-get install ffmpeg -y +##### REMOVE ME OR PROPERLY ADD IF WORKS + # Set the working directory in the container WORKDIR /app