FROM docker.io/alpine:latest RUN apk add --no-cache hugo git openssh rsync npm RUN hugo version RUN npm --version