From 825a539aabd45119b226068684df72623dff8e66 Mon Sep 17 00:00:00 2001 From: Kevin Carter Date: Sat, 30 Dec 2023 00:31:48 -0600 Subject: [PATCH] smaller nova Signed-off-by: Kevin Carter --- Containerfiles/NovaEFI-Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfiles/NovaEFI-Containerfile b/Containerfiles/NovaEFI-Containerfile index e1ce698f..583618b7 100644 --- a/Containerfiles/NovaEFI-Containerfile +++ b/Containerfiles/NovaEFI-Containerfile @@ -1,3 +1,3 @@ ARG VERSION=master-ubuntu_jammy FROM openstackhelm/nova:$VERSION -RUN apt update && apt install -y ovmf +RUN apt update && apt install -y ovmf; rm -rf /var/cache/apt/archives /var/lib/apt/lists; apt clean