Skip to content

Commit c5e753c

Browse files
authored
Merge pull request #159391 from dhartunian/blathers/backport-release-26.1-159282
release-26.1: roachprod: use npm to install pnpm in cypress image
2 parents 1e0e14b + 571144b commit c5e753c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pkg/cmd/roachtest/tests/db-console/Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
FROM cypress/included:13.13.2
22

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 -
3+
RUN npm install -g [email protected]
64
RUN mkdir /e2e
75
COPY . /e2e
86
WORKDIR /e2e

0 commit comments

Comments
 (0)