Skip to content

Commit

Permalink
Bump openCV
Browse files Browse the repository at this point in the history
- Remove jasper dependency as its not used
  • Loading branch information
Sauraus committed May 30, 2019
1 parent c315e2c commit 205671f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 3 additions & 3 deletions build-stage/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM esportsone/ffmpeg-alpine:4.1.1-golang

LABEL maintainer="Denis Makogon. mail: [email protected]"

ENV OPENCV_VERSION=4.0.1
ENV OPENCV_VERSION=4.1.0
ENV BUILD="ca-certificates \
git \
build-base \
Expand All @@ -19,7 +19,6 @@ ENV BUILD="ca-certificates \
libwebp-dev \
tiff \
libavc1394 \
jasper-libs \
openblas \
libgphoto2 \
gstreamer \
Expand All @@ -28,7 +27,7 @@ ENV BUILD="ca-certificates \
ENV DEV="clang clang-dev cmake pkgconf \
openblas-dev gstreamer-dev gst-plugins-base-dev \
libgphoto2-dev libjpeg-turbo-dev libpng-dev \
tiff-dev jasper-dev libavc1394-dev"
tiff-dev libavc1394-dev"


RUN apk update && \
Expand Down Expand Up @@ -57,6 +56,7 @@ RUN mkdir /tmp/opencv && \
-D BUILD_opencv_python=NO \
-D BUILD_opencv_python2=NO \
-D BUILD_opencv_python3=NO \
-D WITH_JASPER=OFF \
-D OPENCV_GENERATE_PKGCONFIG=YES .. && \
make -j4 && \
make install && \
Expand Down
2 changes: 0 additions & 2 deletions runtime/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ ENV PKG="libstdc++ \
libwebp \
libwebp-dev \
tiff \
jasper-libs \
libavc1394 \
jasper-libs \
openblas \
libgphoto2 \
gstreamer \
Expand Down

0 comments on commit 205671f

Please sign in to comment.