Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: improve "npx playwright install-deps" in frontend/dockerfile (#130)
make build was broken on my Linux Mint 21 because of this line npm playwright install-deps chromium, asking for root password (it issues an su, even with user root, some security rules might be in play at kernel level). The solution is to replace this line by an exhaustive apt-get install.
- Loading branch information