add run-builder.sh, .env, .gitignore; fix community repo in setup-builder.sh
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -19,6 +19,10 @@ echo "Go target: ${GO_VERSION}"
|
||||
echo ""
|
||||
|
||||
# --- system packages ---
|
||||
apk update
|
||||
# enable community repo if not already enabled
|
||||
sed -i 's|^#\(.*community\)|\1|' /etc/apk/repositories
|
||||
|
||||
apk update
|
||||
apk add \
|
||||
alpine-sdk \
|
||||
|
||||
Reference in New Issue
Block a user