File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -101,6 +101,8 @@ RUN rm -fr /var/lib/apt/lists/* && \
101
101
libportmidi-dev \
102
102
libpq-dev \
103
103
libproj-dev \
104
+ libprotoc \
105
+ libprotobuf \
104
106
libprotobuf-dev \
105
107
libsdl-dev \
106
108
libsdl-image1.2-dev \
@@ -146,18 +148,18 @@ RUN rm -fr /var/lib/apt/lists/* && \
146
148
python${PYTHON_VERSION} \
147
149
python${PYTHON_VERSION}-dev \
148
150
python3-gdal \
149
- python3-vtk7 \
151
+ # python3-vtk7 \
150
152
qt5-default \
151
153
qtbase5-dev \
152
154
rsync \
153
155
software-properties-common \
154
- tcl-vtk7 \
156
+ # tcl-vtk7 \
155
157
tesseract-ocr \
156
158
tesseract-ocr-jpn \
157
159
texinfo \
158
160
v4l-utils \
159
161
vim \
160
- vtk7 \
162
+ # vtk7 \
161
163
wget zip unzip \
162
164
x264 \
163
165
xvfb \
@@ -424,7 +426,7 @@ RUN wget https://github.com/opencv/opencv/archive/${OPENCV_VERSION}.zip && \
424
426
unzip opencv-contrib.zip && \
425
427
mkdir opencv-${OPENCV_VERSION}/cmake_binary
426
428
RUN cd /tmp/opencv-${OPENCV_VERSION}/cmake_binary && \
427
- CC=gcc-6 CXX=g++-6 cmake \
429
+ cmake \
428
430
-D BUILD_DOCS=OFF \
429
431
-D BUILD_NEW_PYTHON_SUPPORT=ON \
430
432
-D BUILD_PERF_TESTS=OFF \
You can’t perform that action at this time.
0 commit comments