lubitest/actions/hugo-four/Dockerfile
lubiana 2a6078098b
All checks were successful
/ debug (push) Successful in 39s
test
2024-12-15 17:29:07 +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"]