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:
parent
b4e1833dd0
commit
018a35bdbe
|
@ -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 && \
|
||||
|
|
Loading…
Reference in New Issue
Block a user