1
0
Fork 0

Make Git a Go dependency

main
Ambrose Chua 2018-04-02 16:40:16 +08:00 committed by GitHub
parent 10be9b12d9
commit 8b9097598d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -7,6 +7,10 @@ echo
echo "Installing Go $GOLANG_VERSION..."
echo
apl add --no-cache \
git
apk add --no-cache --virtual .build-deps \
bash \
gcc \