fix voice

This commit is contained in:
churl
2022-01-20 00:03:04 +01:00
parent 9eb432dc54
commit 9ad9c78774
4 changed files with 5 additions and 1 deletions

View File

@ -1,6 +1,8 @@
# syntax=docker/dockerfile:1
FROM python:3.10.1-slim-buster
RUN apt-get update -y
RUN apt-get install -y ffmpeg libopus0
WORKDIR /app
COPY requirements.txt requirements.txt
RUN pip3 install -r requirements.txt