Skip to content

Commit

Permalink
smaller nova
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Carter <[email protected]>
  • Loading branch information
cloudnull committed Dec 30, 2023
1 parent 5c3bbec commit 825a539
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Containerfiles/NovaEFI-Containerfile
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 825a539

Please sign in to comment.