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.
2 parents 1e0e14b + 571144b commit c5e753cCopy full SHA for c5e753c
pkg/cmd/roachtest/tests/db-console/Dockerfile
@@ -1,8 +1,6 @@
1
FROM cypress/included:13.13.2
2
3
-RUN apt-get -y update
4
-RUN apt-get -y install curl
5
-RUN curl -fsSL https://get.pnpm.io/install.sh | env SHELL=bash PNPM_HOME=/usr/local/bin PNPM_VERSION=8.6.11 sh -
+RUN npm install -g [email protected]
6
RUN mkdir /e2e
7
COPY . /e2e
8
WORKDIR /e2e
0 commit comments