diff --git a/Dockerfile b/Dockerfile index 9be215a..465ea31 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,13 +1,7 @@ FROM ubuntu WORKDIR /app ENV DEBIAN_FRONTEND=noninteractive -RUN apt-get update && apt-get install -y \ - gstreamer1.0-libav \ - gstreamer1.0-plugins-bad \ - gstreamer1.0-plugins-base \ - gstreamer1.0-plugins-good \ - gstreamer1.0-plugins-ugly \ - gstreamer1.0-tools \ +RUN apt-get update && apt-get install --no-install-recommends -y \ python3-gevent \ python3-numpy \ python3-opencv \