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