lubitest/actions/hugo-two/Dockerfile
lubiana 21a9dd27e6
All checks were successful
/ debug (push) Successful in 41s
test
2024-12-15 17:19:51 +01:00

12 lines
172 B
Docker

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