FROM alpine:latest RUN apk add --no-cache \ brotli \ gzip \ hugo COPY entrypoint.sh /entrypoint.sh ENTRYPOINT ["/entrypoint.sh"]