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