Skip to content

Commit

Permalink
fix: python playwright template (#277)
Browse files Browse the repository at this point in the history
  • Loading branch information
vdusek authored Jun 13, 2024
1 parent e619019 commit 68bf363
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions templates/python-playwright/.actor/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ RUN echo "Python version:" \
&& echo "All installed Python packages:" \
&& pip freeze

# Install Playwright and its dependencies
RUN playwright install-deps && \
playwright install

# Next, copy the remaining files and directories with the source code.
# Since we do this after installing the dependencies, quick build will be really fast
# for most source file changes.
Expand Down

0 comments on commit 68bf363

Please sign in to comment.