hugoci/Dockerfile
vrifox 7bb859f51c
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
add pnpm manual
2024-02-16 20:45:28 +01:00

4 lines
No EOL
156 B
Docker

FROM docker.io/alpine:latest
RUN apk add --no-cache hugo git openssh rsync curl
RUN curl -L https://unpkg.com/@pnpm/self-installer | node
RUN pnpm --version