From f27b7a3a5dca1b2cc6df72697f578773ca247b16 Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Wed, 12 Oct 2022 19:04:18 +0200 Subject: [PATCH] bug: Add suc-upgrade to core images (#211) --- Earthfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Earthfile b/Earthfile index d693d20..6b680a2 100644 --- a/Earthfile +++ b/Earthfile @@ -174,7 +174,7 @@ framework: # Framework files RUN luet install -y --system-target /framework \ - system/elemental-toolkit-$TOOLKIT_IMG dracut/kcrypt system/kcrypt + system/elemental-toolkit-$TOOLKIT_IMG dracut/kcrypt system/kcrypt system/suc-upgrade IF [ "$WITH_KERNEL" = "true" ] || [ "$FLAVOR" = "alpine" ] || [ "$FLAVOR" = "alpine-arm-rpi" ] RUN luet install -y --system-target /framework \