Skip to content

Commit 271e242

Browse files
committed
dckr2
1 parent c07df37 commit 271e242

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Dockerfile

+3-2
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,9 @@ RUN apt-get update && \
101101

102102
# Install pnpm and Google Cloud SDK
103103
RUN npm install -g pnpm@9.4.0 && \
104-
npx playwright install chromium && \
105-
npx playwright install-deps chromium && \
104+
pnpm add -g playwright && \
105+
pnpm exec playwright install chromium && \
106+
pnpm exec playwright install-deps chromium && \
106107
apt-get update && \
107108
apt-get install -y git python3 curl gnupg && \
108109
echo "deb [signed-by=/usr/share/keyrings/cloud.google.gpg] http://packages.cloud.google.com/apt cloud-sdk main" | tee -a /etc/apt/sources.list.d/google-cloud-sdk.list && \

0 commit comments

Comments
 (0)