This commit is contained in:
parent
1108b4d10f
commit
7bb859f51c
1 changed files with 3 additions and 1 deletions
|
@ -1,2 +1,4 @@
|
|||
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
|
Loading…
Reference in a new issue