add pnpm manual
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Vri 🌈 2024-02-16 20:45:28 +01:00
parent 1108b4d10f
commit 7bb859f51c
Signed by: vrifox
SSH key fingerprint: SHA256:7OLOvW+jmULkXpdl5rUWgid7WJQhOIEgj+4WP/PtCpI

View file

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