forked from viveksantayana/geas-bot
Trying to install Opus lib via Docker instruction
This commit is contained in:
@ -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
|
Reference in New Issue
Block a user