Skip to content

Commit 8d12fd7

Browse files
committed
comment custom i686 step
1 parent 8e86d77 commit 8d12fd7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docker/Dockerfile_i686

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,9 @@ RUN curl -O https://raw.githubusercontent.com/torvalds/linux/v4.14/include/uapi/
115115
curl -O https://raw.githubusercontent.com/torvalds/linux/v4.14/include/linux/compiler.h && \
116116
mv videodev2.h v4l2-common.h v4l2-controls.h compiler.h /usr/include/linux
117117

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
118121
RUN yum clean all
119122

120123
ENV PATH "$HOME/bin:$PATH"

0 commit comments

Comments
 (0)