From 8acdadfc7989023552edff8468dbba407bd40425 Mon Sep 17 00:00:00 2001 From: Vivek Santayana Date: Thu, 5 Aug 2021 00:30:40 +0100 Subject: [PATCH] Trying to add Opus and dependencies --- app/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Dockerfile b/app/Dockerfile index ffdd556..815baa6 100644 --- a/app/Dockerfile +++ b/app/Dockerfile @@ -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