From 7b3daa0e06671a576ef286ce0098c4aad90f8416 Mon Sep 17 00:00:00 2001 From: Santhosh Date: Wed, 18 Oct 2023 13:43:40 -0700 Subject: [PATCH] update opensuse to copy apparmor_parser --- Earthfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Earthfile b/Earthfile index 5b26308..4bacc5f 100644 --- a/Earthfile +++ b/Earthfile @@ -271,6 +271,7 @@ base-image: RUN zypper install -y apparmor-parser apparmor-profiles RUN zypper cc && \ zypper clean + RUN cp /sbin/apparmor_parser /usr/bin/apparmor_parser END IF [ "$ARCH" = "arm64" ]