Skip to content

Commit 571144b

Browse files
committed
roachprod: use npm to install pnpm in cypress image
Running `apt-get update` on fips does not succeed because of libgcrypt's use of MD5. Resolves: #159241 Epic: None Release note: None
1 parent e92a6a8 commit 571144b

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)