From 640511705b207d8d0a1503aa876cfcfcc830780e Mon Sep 17 00:00:00 2001 From: vrifox Date: Fri, 16 Feb 2024 21:43:36 +0100 Subject: [PATCH] [ci] use npm instead of pnpm --- Dockerfile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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