From b5f950a1baf99e04e56112c206907efd00e23571 Mon Sep 17 00:00:00 2001 From: Vivek Santayana Date: Thu, 5 Aug 2021 23:59:18 +0100 Subject: [PATCH] Updated Dockefile to use Slim image --- app/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Dockerfile b/app/Dockerfile index 0af174b..f54c02f 100644 --- a/app/Dockerfile +++ b/app/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.9.6-buster +FROM python:3.9.6-slim RUN apt-get update -y && apt-get upgrade -y && apt-get install libopus0 -y COPY . /usr/src/app WORKDIR /usr/src/app