FROM alpine:3.16
RUN apk update
RUN apk add hugo git openssh rsync
#WORKDIR /site
#CMD [ "hugo", $@ ]