Skip to content

Commit

Permalink
Add npx playwright install-deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jlantz committed Sep 30, 2024
1 parent 815dbc4 commit 6a054c9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ FROM base AS browser
# rm /tmp/chromedriver.zip

# Install Playwright
RUN cci robot install_playwright
RUN cci robot install_playwright \
&& npx playwright install-deps

# Final stage for no browser automation support
FROM base AS no-browser
Expand Down

0 comments on commit 6a054c9

Please sign in to comment.