Skip to content

Commit

Permalink
comment custom i686 step
Browse files Browse the repository at this point in the history
  • Loading branch information
native-api committed Aug 6, 2019
1 parent 8e86d77 commit 8d12fd7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker/Dockerfile_i686
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,9 @@ RUN curl -O https://raw.githubusercontent.com/torvalds/linux/v4.14/include/uapi/
curl -O https://raw.githubusercontent.com/torvalds/linux/v4.14/include/linux/compiler.h && \
mv videodev2.h v4l2-common.h v4l2-controls.h compiler.h /usr/include/linux

#in i686, yum metadata ends up with slightly wrong timestamps
#which inhibits its update
#https://github.com/skvark/opencv-python/issues/148
RUN yum clean all

ENV PATH "$HOME/bin:$PATH"

0 comments on commit 8d12fd7

Please sign in to comment.