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 8e86d77 commit 8d12fd7Copy full SHA for 8d12fd7
docker/Dockerfile_i686
@@ -115,6 +115,9 @@ RUN curl -O https://raw.githubusercontent.com/torvalds/linux/v4.14/include/uapi/
115
curl -O https://raw.githubusercontent.com/torvalds/linux/v4.14/include/linux/compiler.h && \
116
mv videodev2.h v4l2-common.h v4l2-controls.h compiler.h /usr/include/linux
117
118
+#in i686, yum metadata ends up with slightly wrong timestamps
119
+#which inhibits its update
120
+#https://github.com/skvark/opencv-python/issues/148
121
RUN yum clean all
122
123
ENV PATH "$HOME/bin:$PATH"
0 commit comments