mirror of https://github.com/k3s-io/k3s
Update vagrant for alpine 3.12
parent
debf8005ca
commit
f3a0248a03
|
@ -4,6 +4,9 @@ set -ve
|
||||||
apk add -q -f curl libc6-compat tzdata
|
apk add -q -f curl libc6-compat tzdata
|
||||||
download_go
|
download_go
|
||||||
# ---
|
# ---
|
||||||
|
rc-update add cgroups default
|
||||||
|
/etc/init.d/cgroups start
|
||||||
|
# ---
|
||||||
cat <<EOF >/etc/profile.d/build.sh
|
cat <<EOF >/etc/profile.d/build.sh
|
||||||
export SELINUX=true
|
export SELINUX=true
|
||||||
export STATIC_BUILD=true
|
export STATIC_BUILD=true
|
Loading…
Reference in New Issue