diff --git a/Containerfile b/Containerfile index e3d1494..46a9fb5 100644 --- a/Containerfile +++ b/Containerfile @@ -4,4 +4,5 @@ RUN --mount=type=cache,target=/var/cache \ microdnf install -y \ --setopt=install_weak_deps=0 \ guestfs-tools \ + lz4 \ && :