hugoci/Dockerfile

5 lines
180 B
Docker
Raw Normal View History

2023-05-16 19:37:10 +02:00
FROM docker.io/alpine:latest
2024-02-16 20:40:20 +01:00
RUN apk add --no-cache hugo git openssh rsync curl nodejs
RUN curl -L https://unpkg.com/@pnpm/self-installer | node
RUN hugo version
RUN pnpm --version