add pnpm
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Vri 🌈 2024-02-16 20:40:20 +01:00
parent cc3caa58b6
commit e70e4b1cd9
Signed by: vrifox
SSH key fingerprint: SHA256:7OLOvW+jmULkXpdl5rUWgid7WJQhOIEgj+4WP/PtCpI
2 changed files with 9 additions and 6 deletions

View file

@ -1,4 +1,4 @@
pipeline: steps:
build-and-push: build-and-push:
image: plugins/docker image: plugins/docker
settings: settings:

View file

@ -1,2 +1,5 @@
FROM docker.io/alpine:latest FROM docker.io/alpine:latest
RUN apk add --no-cache hugo git openssh rsync 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