Compare commits
2 commits
eaf380bfdc
...
0c6403717a
Author | SHA1 | Date | |
---|---|---|---|
0c6403717a | |||
d0133227be |
1 changed files with 2 additions and 3 deletions
|
@ -1,5 +1,4 @@
|
||||||
FROM docker.io/alpine:latest
|
FROM docker.io/alpine:latest
|
||||||
RUN apk add --no-cache hugo git openssh rsync curl nodejs
|
RUN apk add --no-cache hugo git openssh rsync npm
|
||||||
RUN curl -L https://unpkg.com/@pnpm/self-installer | node
|
|
||||||
RUN hugo version
|
RUN hugo version
|
||||||
RUN pnpm --version
|
RUN npm --version
|
||||||
|
|
Loading…
Reference in a new issue