Skip to content

Commit 00c71c7

Browse files
authored
Merge pull request #150 from native-api/yum-fix
Clear yum metadata in x32 docker
2 parents 7677f31 + 45f0d79 commit 00c71c7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docker/Dockerfile_i686

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,4 +84,6 @@ RUN curl -O https://raw.githubusercontent.com/torvalds/linux/v4.14/include/uapi/
8484
curl -O https://raw.githubusercontent.com/torvalds/linux/v4.14/include/linux/compiler.h && \
8585
mv videodev2.h v4l2-common.h v4l2-controls.h compiler.h /usr/include/linux
8686

87-
ENV PATH "$HOME/bin:$PATH"
87+
RUN yum clean all
88+
89+
ENV PATH "$HOME/bin:$PATH"

0 commit comments

Comments
 (0)