-
Notifications
You must be signed in to change notification settings - Fork 120
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
XVFB not installed #261
Comments
use |
|
It's a npm package, not a linux package |
You need both. |
this problem should be fixed. Please let me know if it persists in the latest version. |
Description
Although i used the Dockerfile provided and it has apt-get install xvfb in it, i still receive this error when deploying to DigitalOcean.
[2025-01-12 13:01:42] You are running on a Linux platform but do not have xvfb installed. The browser can be captured. Please install it with the following command
[2025-01-12 13:01:42] sudo apt-get install xvfb
I solved it by using this node package https://www.npmjs.com/package/xvfb
This is linked to this issue #256
Full steps to reproduce the issue
Use the default Dockerfile and deploy
Issue Type
Bug
Operating System
Linux
Do you use Docker?
Docker
The text was updated successfully, but these errors were encountered: