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" ]