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