ARG ALPINE_VERSION=3.13.5 FROM docker.io/alpine:${ALPINE_VERSION} RUN apk add --no-cache hugo rsync openssh-client