From 250ad9b5937088a2bdbdc5ab3171cf37ea9de721 Mon Sep 17 00:00:00 2001 From: Vivek Santayana Date: Thu, 5 Aug 2021 00:35:00 +0100 Subject: [PATCH] removed libiffi --- app/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Dockerfile b/app/Dockerfile index 815baa6..0af174b 100644 --- a/app/Dockerfile +++ b/app/Dockerfile @@ -1,5 +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 +RUN apt-get update -y && apt-get upgrade -y && apt-get install libopus0 -y COPY . /usr/src/app WORKDIR /usr/src/app RUN pip install --upgrade pip