Trying to add Opus and dependencies

This commit is contained in:
Vivek Santayana 2021-08-05 00:30:40 +01:00
parent ca281fb34f
commit 8acdadfc79

View File

@ -1,4 +1,5 @@
FROM python:3.9.6-buster
RUN apt-get update -y && apt-get upgrade -y && apt-get install libopus0 libffi libffi-dev -y
COPY . /usr/src/app
WORKDIR /usr/src/app
RUN pip install --upgrade pip