diff --git a/Dockerfile b/Dockerfile index 29a213e..aa1b27e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,4 @@ FROM docker.io/alpine:latest -RUN apk add --no-cache hugo git openssh rsync curl nodejs -RUN curl -L https://unpkg.com/@pnpm/self-installer | node +RUN apk add --no-cache hugo git openssh rsync npm RUN hugo version -RUN pnpm --version +RUN npm --version