2023-05-16 19:37:10 +02:00
|
|
|
FROM docker.io/alpine:latest
|
2024-02-16 21:01:34 +01:00
|
|
|
RUN apk add --no-cache hugo git openssh rsync curl nodejs
|
2024-02-16 20:45:28 +01:00
|
|
|
RUN curl -L https://unpkg.com/@pnpm/self-installer | node
|
2024-02-16 21:03:37 +01:00
|
|
|
RUN hugo --version
|
2024-02-16 20:45:28 +01:00
|
|
|
RUN pnpm --version
|