From a3a8e41c76ce349a07a18d12e628564c8e3ddf30 Mon Sep 17 00:00:00 2001 From: Pratham Patel Date: Thu, 27 Jul 2023 20:03:48 +0530 Subject: [PATCH] add cache dir --- create-image.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/create-image.sh b/create-image.sh index 7a56ba5..c49291d 100755 --- a/create-image.sh +++ b/create-image.sh @@ -16,6 +16,7 @@ appliance-creator \ --checksum \ --no-compress \ --outdir "${PWD}" \ + --cache "/root/cache" \ --debug \ --verbose \ 1> Rocky-9-aarch64-minimal.stdout.log \