We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58bb89b commit 90959d8Copy full SHA for 90959d8
sample/producer-consumer/Dockerfile
@@ -51,5 +51,5 @@ RUN wget https://github.com/opencv/opencv/archive/${OPENCV_VERSION}.zip \
51
RUN ln -s \
52
/usr/local/python/cv2/python-3.7/cv2.cpython-37m-x86_64-linux-gnu.so \
53
/usr/local/lib/python3.7/site-packages/cv2.so
54
-RUN git clone https://github.com/collabnix/pico
+RUN git clone https://github.com/collabnix/pico \
55
&& cd pico/kafka/
0 commit comments