Trying to install Opus lib via Docker instruction

This commit is contained in:
2021-08-04 17:02:36 +01:00
parent 21d5cba5f5
commit 63146bd042
3 changed files with 5 additions and 4 deletions

View File

@ -1,6 +1,7 @@
FROM python:3.9.6-buster
COPY . /usr/src/app
WORKDIR /usr/src/app
RUN apt-get install libopus0
RUN pip install --upgrade pip
RUN pip install -r requirements.txt
CMD python3 -u ./bot.py