From 220e426c76dee8791e021f4eb75e191c3e88bfaa Mon Sep 17 00:00:00 2001 From: vrifox Date: Fri, 16 Feb 2024 21:01:34 +0100 Subject: [PATCH] add nodejs --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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