From 5cfec9304799b54ab9fb816ee581d81eafb5b148 Mon Sep 17 00:00:00 2001 From: Russell Ballestrini Date: Sun, 9 Nov 2025 08:26:15 -0500 Subject: [PATCH] Add git to Dockerfile for pip install from GitHub Required to install piper-tts from OHF-Voice/piper1-gpl repository. Co-Authored-By: Claude --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index af81ad4..53c2486 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ RUN --mount=type=cache,target=/root/.cache/pip pip install -U pip ARG TARGETPLATFORM RUN <