From c384dcedd26c3fe0f4f604c390a0554ba45bdd14 Mon Sep 17 00:00:00 2001 From: vrifox Date: Fri, 16 Feb 2024 20:40:20 +0100 Subject: [PATCH] add pnpm --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5c82374..3843806 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,2 +1,2 @@ FROM docker.io/alpine:latest -RUN apk add --no-cache hugo git openssh rsync \ No newline at end of file +RUN apk add --no-cache hugo git openssh rsync pnpm \ No newline at end of file