Skip to content

Commit

Permalink
chore: trying to fix intermitent ci failure for boxes (#5182)
Browse files Browse the repository at this point in the history
  • Loading branch information
signorecello committed Mar 14, 2024
1 parent 548d917 commit f988cb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boxes/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

0 comments on commit f988cb8

Please sign in to comment.