Skip to content

Commit

Permalink
build: Install pkgconfig on alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
theduke committed Feb 20, 2024
1 parent d2a5b97 commit 5c295b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -948,5 +948,5 @@ require-nextest:
# Install required system packages on Alpine Linux.
setup-alpine:
apk update
apk add build-base bash musl-dev curl tar make libtool libffi-dev gcc automake autoconf git openssl-dev g++
apk add build-base bash musl-dev curl tar make libtool libffi-dev gcc automake autoconf git openssl-dev g++ pkgconfig

0 comments on commit 5c295b0

Please sign in to comment.