Dateien nach "sip_trigger" hochladen

This commit is contained in:
duffyduck 2025-06-25 10:18:48 +00:00
parent 6c336295fd
commit 819316822c
1 changed files with 12 additions and 0 deletions

12
sip_trigger/Dockerfile Normal file
View File

@ -0,0 +1,12 @@
FROM debian:bookworm
RUN apt-get update && \
apt-get install -y baresip mosquitto-clients alsa-utils curl bash espeak jq && \
apt-get clean
COPY run.sh /run.sh
COPY baresip.conf.j2 /baresip.conf.j2
RUN chmod +x /run.sh
CMD ["/run.sh"]