Browse Source

Maintenance: Fix failing docker builds

Martin Gruner 1 week ago
parent
commit
e0e2155db8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -1,5 +1,5 @@
 FROM node:20-bookworm-slim AS node
-RUN npm -g install pnpm
+RUN npm -g install corepack && corepack enable pnpm
 RUN rm /usr/local/bin/yarn /usr/local/bin/yarnpkg