1
0
Fork 0

Merge branch 'master' of github.com:serverwentdown/env

main
Ambrose Chua 2018-04-02 18:16:03 +08:00
commit f46f17692a
1 changed files with 4 additions and 0 deletions

View File

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