greg0rs commited on
Commit
a160a4e
·
verified ·
1 Parent(s): 77a11e1

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -4,6 +4,7 @@ FROM python:3.10-slim
4
  # Install dependencies
5
  RUN apt-get update && apt-get install -y ffmpeg git && \
6
  apt-get clean && rm -rf /var/lib/apt/lists/*
 
7
 
8
  # Install Python dependencies
9
  COPY requirements.txt .
 
4
  # Install dependencies
5
  RUN apt-get update && apt-get install -y ffmpeg git && \
6
  apt-get clean && rm -rf /var/lib/apt/lists/*
7
+ RUN apt-get update && apt-get install -y espeak-ng
8
 
9
  # Install Python dependencies
10
  COPY requirements.txt .