diff --git a/script/step/make_microvm_image.sh b/script/step/make_microvm_image.sh index 9c8e3bc7ce0393f792b206b1ae1685c503db4240..9d3fa92a67d95c101bc3c32597bb492025b6ec13 100644 --- a/script/step/make_microvm_image.sh +++ b/script/step/make_microvm_image.sh @@ -48,6 +48,10 @@ prepare_rootfs(){ mkdir -p ${img_dir} fi + yum clean all -c "${yum_conf}" + yum makecache -c "${yum_conf}" + yum install iproute iputils -y -c "${yum_conf}" + set +e os_release_name=${OS_NAME}-release set -e