From f988cb85a35fbc16690c81071d8153bd76c51185 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Pedro=20Sousa?= Date: Thu, 14 Mar 2024 07:46:25 +0000 Subject: [PATCH] chore: trying to fix intermitent ci failure for boxes (#5182) --- boxes/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boxes/Dockerfile b/boxes/Dockerfile index 9c40953a0eb..d1bb35ae159 100644 --- a/boxes/Dockerfile +++ b/boxes/Dockerfile @@ -14,6 +14,6 @@ WORKDIR /usr/src/boxes COPY . . ENV AZTEC_NARGO=/usr/src/noir/noir-repo/target/release/nargo ENV AZTEC_CLI=/usr/src/yarn-project/cli/aztec-cli-dest -RUN yarn && yarn build +RUN yarn RUN npx -y playwright@1.42 install --with-deps ENTRYPOINT ["/bin/sh", "-c"]