#!/bin/sh set -e source ./.versions echo echo "Installing system utilities..." echo apk add --no-cache \ nano \ curl \ wget \ openssh-client