Skip to content

Commit 4cfc3e7

Browse files
committed
add dependencies
1 parent 9e7d749 commit 4cfc3e7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

bin/compile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ echo "-----> Installing Playwright executables (env: PLAYWRIGHT_BUILDPACK_BROWSE
3333
playwright install ${PLAYWRIGHT_BUILDPACK_BROWSERS//,/ }
3434
echo "-----> Installation done"
3535

36+
echo "-----> Install dependencies"
37+
playwright install-deps
38+
echo "-----> Installation done"
39+
3640
# export the file path as a ENV
3741
# this is meant to be copied over to the $BUILD_DIR under .profile.d/heroku-playwright-python-browsers-defaults.sh and then run
3842

0 commit comments

Comments
 (0)