Skip to content

Commit

Permalink
Merge pull request #150 from native-api/yum-fix
Browse files Browse the repository at this point in the history
Clear yum metadata in x32 docker
  • Loading branch information
skvark committed Nov 25, 2018
2 parents 7677f31 + 45f0d79 commit 00c71c7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docker/Dockerfile_i686
Expand Up @@ -84,4 +84,6 @@ 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

ENV PATH "$HOME/bin:$PATH"
RUN yum clean all

ENV PATH "$HOME/bin:$PATH"

0 comments on commit 00c71c7

Please sign in to comment.