We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e7d749 commit 4cfc3e7Copy full SHA for 4cfc3e7
bin/compile
@@ -33,6 +33,10 @@ echo "-----> Installing Playwright executables (env: PLAYWRIGHT_BUILDPACK_BROWSE
33
playwright install ${PLAYWRIGHT_BUILDPACK_BROWSERS//,/ }
34
echo "-----> Installation done"
35
36
+echo "-----> Install dependencies"
37
+playwright install-deps
38
+echo "-----> Installation done"
39
+
40
# export the file path as a ENV
41
# this is meant to be copied over to the $BUILD_DIR under .profile.d/heroku-playwright-python-browsers-defaults.sh and then run
42
0 commit comments