diff --git a/Dockerfile b/Dockerfile index 40b213c0..0b74c081 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,5 +10,8 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get update && apt-get install -y \ zip \ sudo +# Install pnpm +RUN npm install -g pnpm + WORKDIR /workspace