From c5a85f2e96d77f77b05578ba27d57d8fe168d9d2 Mon Sep 17 00:00:00 2001 From: Konstantin Hintermayer Date: Sun, 17 May 2026 09:11:20 +0000 Subject: [PATCH] Add pnpm --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 49aa070..55811fe 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,4 +12,4 @@ RUN sudo apt install -y nodejs RUN node -v RUN npm -v -RUN sudo npm install -g @bufbuild/buf @tanstack/cli@latest \ No newline at end of file +RUN sudo npm install -g @bufbuild/buf @tanstack/cli@latest pnpm@latest-11 \ No newline at end of file