Skip to content

Commit

Permalink
Reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaffter committed Dec 5, 2023
1 parent 65b939e commit ae07ad8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/devcontainers/sage/.devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -176,8 +176,8 @@ RUN pyenv install \
# Install browsers used for e2e testing with Playwright
# Note: The version of Playwright should be the same as the one used by your project (package.json)
RUN npx playwright@${playwrightVersion} install --with-deps \
firefox \
chromium \
firefox \
webkit

CMD ["bash"]

0 comments on commit ae07ad8

Please sign in to comment.