From 52adc9fdee765dbf9d728eae8919ead64fa5fc9e Mon Sep 17 00:00:00 2001 From: OpenClaw Bot Date: Sun, 8 Feb 2026 15:09:08 +0100 Subject: [PATCH] Add git to Dockerfile for pip install from GitHub (v2.0.7) --- sip-notifier/Dockerfile | 6 +++++- sip-notifier/config.yaml | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) 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: