Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyajob05 authored Oct 1, 2023
1 parent bd0d984 commit 7e23a84
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 7e23a84

Please sign in to comment.