diff --git a/Dockerfile b/Dockerfile index 0719e13..160715c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,6 +4,7 @@ FROM python:3.9-slim RUN apt-get update -y RUN apt-get upgrade -y RUN apt-get install ffmpeg libsm6 libxext6 -y +RUN apt-get install gcc g++ -y COPY requirements.txt . RUN python3 -m pip install -r requirements.txt