Skip to content

Commit 3bdce84

Browse files
committed
install pnpm in the docker container
1 parent 98195cb commit 3bdce84

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/docker/ubuntu24.04-xvfb.Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.38.0/install.sh | b
2020
# Set PATH so node/npm are available in all contexts
2121
ENV PATH="$NVM_DIR/versions/node/v${NODE_JS_VERSION}/bin:$PATH"
2222

23+
# Install pnpm globally
24+
RUN npm install -g pnpm
25+
2326
# Install vscode dependencies
2427
RUN apt-get -y -qq install libnss3 gnupg libxkbfile1 libsecret-1-0 libsecret-1-dev libgtk-3-0t64 libxss1 libgbm1 libasound2t64 xvfb build-essential pkg-config
2528

0 commit comments

Comments
 (0)