#!/usr/bin/env sh set -xeo pipefail setup-ntp -c chrony setup-apkrepos http://dl-cdn.alpinelinux.org/alpine/v3.10/main/ http://dl-cdn.alpinelinux.org/alpine/v3.10/community/ apk add --no-cache wget apk add --no-cache expect #util-linux coreutils apk add --no-cache haveged apk add --no-cache ca-certificates rc-update add haveged boot service haveged start update-ca-certificates export DISKOPTS="-L" expect <