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