Skip to content

Commit

Permalink
fix: add build-base to package list for static build
Browse files Browse the repository at this point in the history
This enables alpine:edge aarch64 image to finish building (allows it to compile C programs).
Fixes: #473
Signed-off-by: Ashwin Gopalan <ashwin.gopalan02@gmail.com>
  • Loading branch information
ashwing123 committed Jul 13, 2023
1 parent 28c3482 commit d459354
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit d459354

Please sign in to comment.