Update vagrant for alpine 3.12

This commit is contained in:
Erik Wilson 2020-08-10 10:07:20 -07:00
parent debf8005ca
commit f3a0248a03
No known key found for this signature in database
GPG Key ID: 28E43BB8BE202CF8

View File

@ -4,6 +4,9 @@ set -ve
apk add -q -f curl libc6-compat tzdata
download_go
# ---
rc-update add cgroups default
/etc/init.d/cgroups start
# ---
cat <<EOF >/etc/profile.d/build.sh
export SELINUX=true
export STATIC_BUILD=true