#!/bin/sh apk add --no-cache \ brotli \ gzip \ hugo echo 'hello' hugo sleep 3 echo 'slept' exit 0