Explorar el Código

Fix CI Dockerfile

DarthSim hace 3 años
padre
commit
889c14627e
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      .github/workflows/Dockerfile

+ 1 - 0
.github/workflows/Dockerfile

@@ -20,6 +20,7 @@ RUN apt-get -qq update \
     libavutil-dev \
     libswscale-dev \
     libopencv-core-dev \
+    libopencv-imgproc-dev \
     libopencv-dnn-dev
 
 RUN \