Dockerfile gelöscht

This commit is contained in:
duffyduck 2025-06-25 10:15:40 +00:00
parent 2e27cdc1b2
commit 4bcfd42da9
1 changed files with 0 additions and 12 deletions

View File

@ -1,12 +0,0 @@
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"]