kata-deploy: Remove unneeded yum cached files

Let's just remove the cached failes as those are not needed for anything
we do when using this image.

Signed-off-by: Fabiano Fidêncio <fidencio@redhat.com>
This commit is contained in:
Fabiano Fidêncio 2021-08-05 20:07:12 +02:00
parent d01aebebae
commit 15e0a3c8f0

View File

@ -13,6 +13,7 @@ RUN \
yum -y update && \
yum install -y epel-release && \
yum install -y bzip2 jq && \
yum clean all && \
mkdir -p ${DESTINATION} && \
tar xvf ${KATA_ARTIFACTS} -C ${DESTINATION}/ && \
chown -R root:root ${DESTINATION}/