Update Dockerfile to install libopencv-contrib-dev

Update Dockerfile to install libopencv-contrib-dev that contains a file opencv2/optflow.hpp required by framework/port/opencv_video_inc.h
Close #3835
This commit is contained in:
Dzmitry Plashchynski 2022-11-09 18:12:26 +03:00 committed by GitHub
parent b4e1833dd0
commit 018a35bdbe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,6 +41,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
libopencv-video-dev \
libopencv-calib3d-dev \
libopencv-features2d-dev \
libopencv-contrib-dev \
software-properties-common && \
add-apt-repository -y ppa:openjdk-r/ppa && \
apt-get update && apt-get install -y openjdk-8-jdk && \