Skip to content

Commit 45f0d79

Browse files
Your Namenative-api
Your Name
authored andcommitted
Clear yum metadata in x32 docker
Fixes ccache not found in yum [skip ci]
1 parent dabae8a commit 45f0d79

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)