From 29058aab1cea8137597cf6022f3eb2b2fd411662 Mon Sep 17 00:00:00 2001 From: Juni Kim Date: Thu, 16 Feb 2023 19:52:26 -0500 Subject: [PATCH] build-base --- install_alpine.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_alpine.sh b/install_alpine.sh index e096d12..740abf6 100755 --- a/install_alpine.sh +++ b/install_alpine.sh @@ -78,7 +78,7 @@ EOF dev() { echo "Developer tools..." - doas apk add git make python3 nodejs npm go g++ gcc curl bash shadow || exit 1 + doas apk add build-base python3 nodejs npm go curl bash shadow || exit 1 if ! test -z "$NVIM"; then doas apk add cargo fi