Skip to content

Commit

Permalink
needs deps
Browse files Browse the repository at this point in the history
  • Loading branch information
honzajavorek committed Apr 15, 2024
1 parent 1099ac5 commit 4bb1b85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ RUN echo "Python version:" \
&& echo "All installed Python packages:" \
&& pip freeze \
&& echo "Installing Playwright dependencies:" \
&& poetry run playwright install firefox
&& poetry run playwright install firefox --with-deps

RUN python3 -m compileall -q ./jg/plucker

Expand Down

0 comments on commit 4bb1b85

Please sign in to comment.