Implement Call Recording for STT and Replay #3

Merged
logan merged 11 commits from implement-call-recording into main 2026-01-03 19:38:05 -05:00
Showing only changes of commit 10554a2ff4 - Show all commits

View File

@@ -7,7 +7,7 @@ ENV DEBIAN_FRONTEND=noninteractive
# Install system dependencies # Install system dependencies
RUN apt-get update && \ RUN apt-get update && \
apt-get upgrade -y && \ apt-get upgrade -y && \
apt-get install git pulseaudio pulseaudio-utils liquidsoap -y apt-get install git pulseaudio pulseaudio-utils liquidsoap ffmpeg -y
# Clone the boatbod op25 repository # Clone the boatbod op25 repository
RUN git clone -b gr310 https://github.com/boatbod/op25 /op25 RUN git clone -b gr310 https://github.com/boatbod/op25 /op25
@@ -37,11 +37,6 @@ VOLUME ["/configs"]
# Create the calls local cache directory # Create the calls local cache directory
VOLUME ["/calls"] 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 # Set the working directory in the container
WORKDIR /app WORKDIR /app