From 7e23a84f793749cc7cda0cefc4f1c5d8333e0b40 Mon Sep 17 00:00:00 2001 From: ilyajob05 Date: Sun, 1 Oct 2023 16:28:15 +0300 Subject: [PATCH] Update Dockerfile --- Dockerfile | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index 2fb3859..1636a10 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,16 +1,14 @@ FROM ubuntu:22.04 -RUN apt update -y -RUN apt upgrade -y +# RUN apt update -y +# RUN apt upgrade -y # reinstall certificates, otherwise git clone command might result in an error -RUN apt install --reinstall ca-certificates -y +# RUN apt install --reinstall ca-certificates -y # install developer dependencies RUN apt install -y git build-essential cmake --no-install-recommends -# install vcpkg package manager RUN apt install -y curl zip - RUN apt install git libopencv-dev python3-opencv RUN git clone /~https://github.com/ilyajob05/mjpegStreamer.git