forked from viveksantayana/geas-bot
Change Libopus name
This commit is contained in:
parent
63146bd042
commit
c32cef2da5
@ -1,7 +1,7 @@
|
|||||||
FROM python:3.9.6-buster
|
FROM python:3.9.6-buster
|
||||||
COPY . /usr/src/app
|
COPY . /usr/src/app
|
||||||
WORKDIR /usr/src/app
|
WORKDIR /usr/src/app
|
||||||
RUN apt-get install libopus0
|
RUN apt-get install libopus-dev
|
||||||
RUN pip install --upgrade pip
|
RUN pip install --upgrade pip
|
||||||
RUN pip install -r requirements.txt
|
RUN pip install -r requirements.txt
|
||||||
CMD python3 -u ./bot.py
|
CMD python3 -u ./bot.py
|
Loading…
Reference in New Issue
Block a user