diff --git a/Dockerfile b/Dockerfile index 2b430e8..87a484b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.9 +FROM python:3.9-slim LABEL maintainer="Jibinraj Antony " @@ -6,7 +6,7 @@ ENV DEBIAN_FRONTEND = noninteractive RUN apt-get update && yes | apt-get upgrade -RUN apt-get install ffmpeg libsm6 libxext6 -y +RUN apt-get install ffmpeg libsm6 libxext6 curl -y RUN mkdir -p /work