Compare commits
2 commits
0c6403717a
...
eaf380bfdc
Author | SHA1 | Date | |
---|---|---|---|
eaf380bfdc | |||
cc3caa58b6 |
1 changed files with 3 additions and 2 deletions
|
@ -1,4 +1,5 @@
|
||||||
FROM docker.io/alpine:latest
|
FROM docker.io/alpine:latest
|
||||||
RUN apk add --no-cache hugo git openssh rsync npm
|
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 hugo version
|
||||||
RUN npm --version
|
RUN pnpm --version
|
||||||
|
|
Loading…
Reference in a new issue