diff --git a/sip-notifier/Dockerfile b/sip-notifier/Dockerfile index bfd1481..a7e7c18 100644 --- a/sip-notifier/Dockerfile +++ b/sip-notifier/Dockerfile @@ -8,7 +8,8 @@ RUN apk add --no-cache \ ffmpeg \ gcc \ musl-dev \ - python3-dev + python3-dev \ + git # Set working directory WORKDIR /app @@ -17,6 +18,9 @@ WORKDIR /app COPY requirements.txt . RUN pip3 install --no-cache-dir --break-system-packages -r requirements.txt +# Remove git after installation to reduce image size +RUN apk del git gcc musl-dev python3-dev + # Copy application files COPY run.sh . COPY sip_service.py . diff --git a/sip-notifier/config.yaml b/sip-notifier/config.yaml index 8176311..89b8c6b 100644 --- a/sip-notifier/config.yaml +++ b/sip-notifier/config.yaml @@ -1,5 +1,5 @@ name: "SIP Voice Notifier" -version: "2.0.6" +version: "2.0.7" slug: "sip-notifier" description: "Send voice notifications via SIP phone calls" arch: