From 375e1d398d9d262ca82dab29104e62aa24169a88 Mon Sep 17 00:00:00 2001 From: ilyajob05 Date: Sun, 1 Oct 2023 17:49:02 +0300 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 05a39e7..0736417 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ RUN apt upgrade -y RUN apt install -y git build-essential cmake --no-install-recommends RUN apt install -y curl zip -RUN apt install git libopencv-dev python3-opencv +RUN apt install -y git libopencv-dev python3-opencv RUN git clone https://github.com/ilyajob05/mjpegStreamer.git