Browse Source

build-base

master
Juni Kim 2 years ago
parent
commit
29058aab1c
  1. 2
      install_alpine.sh

2
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

Loading…
Cancel
Save