Add git to Dockerfile for pip install from GitHub
Required to install piper-tts from OHF-Voice/piper1-gpl repository. Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
d015dd044b
commit
5cfec93047
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ RUN --mount=type=cache,target=/root/.cache/pip pip install -U pip
|
|||
ARG TARGETPLATFORM
|
||||
RUN <<EOF
|
||||
apt-get update
|
||||
apt-get install --no-install-recommends -y curl ffmpeg
|
||||
apt-get install --no-install-recommends -y curl ffmpeg git
|
||||
if [ "$TARGETPLATFORM" != "linux/amd64" ]; then
|
||||
apt-get install --no-install-recommends -y build-essential
|
||||
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue