diff --git a/Dockerfile b/Dockerfile index 053f96c..edd9699 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ ENV DEBIAN_FRONTEND=noninteractive RUN apt-get -qq update && apt-get upgrade -y RUN apt-get install -y apt-utils RUN apt-get install -y tzdata -RUN apt-get install -y curl +RUN apt-get install -y curl gcc python3-dev RUN apt-get -qq install --no-install-recommends -y python3-pip RUN apt-get install ffmpeg libsm6 libxext6 -y @@ -19,4 +19,4 @@ RUN pip3 install opencv-python COPY . . -CMD ["python3", "main.py"] \ No newline at end of file +CMD ["python3", "main.py"]