Skip to content

Commit

Permalink
added build-base to package list for static build
Browse files Browse the repository at this point in the history
  • Loading branch information
ashwing123 committed Jul 5, 2023
1 parent b895c90 commit 9cfeae9
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 9cfeae9

Please sign in to comment.