Updated Dockefile to use Slim image

This commit is contained in:
Vivek Santayana 2021-08-05 23:59:18 +01:00
parent 4f92e83e48
commit b5f950a1ba

View File

@ -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