We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98195cb commit 3bdce84Copy full SHA for 3bdce84
scripts/docker/ubuntu24.04-xvfb.Dockerfile
@@ -20,6 +20,9 @@ RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.38.0/install.sh | b
20
# Set PATH so node/npm are available in all contexts
21
ENV PATH="$NVM_DIR/versions/node/v${NODE_JS_VERSION}/bin:$PATH"
22
23
+# Install pnpm globally
24
+RUN npm install -g pnpm
25
+
26
# Install vscode dependencies
27
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
28
0 commit comments