diff --git a/reproducible-builds/Dockerfile b/reproducible-builds/Dockerfile index 5a4e5ea6c8..93394d615e 100644 --- a/reproducible-builds/Dockerfile +++ b/reproducible-builds/Dockerfile @@ -50,6 +50,7 @@ RUN curl -o- "https://raw.githubusercontent.com/nvm-sh/nvm/v${NVM_VERSION}/insta ENV NODE_PATH=$NVM_DIR/v$NODE_VERSION/lib/node_modules ENV PATH=$NVM_DIR/versions/node/v$NODE_VERSION/bin:$PATH +ENV CI=true # Install pnpm RUN npm install -g pnpm@10.3.0