Install ffmpeg to test if that resolves issue with recording

This commit is contained in:
Logan Cusano
2025-12-29 22:55:18 -05:00
parent a7de6bfb04
commit a5d5fa9de7

View File

@@ -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