diff --git a/Dockerfile b/Dockerfile index 318c00a..9d82b47 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ FROM docker.io/alpine:latest -RUN apk add --no-cache hugo git openssh rsync curl +RUN apk add --no-cache hugo git openssh rsync curl nodejs RUN curl -L https://unpkg.com/@pnpm/self-installer | node RUN pnpm --version \ No newline at end of file