From d459354cc2b4fb583e44c1b6d1e6def6156defbd Mon Sep 17 00:00:00 2001 From: Ashwin Gopalan Date: Wed, 5 Jul 2023 16:29:45 -0700 Subject: [PATCH] fix: add build-base to package list for static build This enables alpine:edge aarch64 image to finish building (allows it to compile C programs). Fixes: #473 Signed-off-by: Ashwin Gopalan --- build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.yaml b/build.yaml index 6f6332ec..c48d9ae3 100644 --- a/build.yaml +++ b/build.yaml @@ -13,7 +13,7 @@ build-env: head -n1 /etc/apk/repositories | sed 's/main/testing/g' >> /etc/apk/repositories apk add git findutils go automake autoconf make gcc libtool \ - acl-dev acl-static \ + acl-dev acl-static build-base \ libseccomp-dev libseccomp-static \ libcap-dev libcap-static \ libapparmor-dev \