-
Notifications
You must be signed in to change notification settings - Fork 91
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
Docker: alpine image #50
Comments
There are no more logs? I suspect the issue is missing dependencies: x-ref #55 While not ideal, try this:
...to install the usual dependencies for chromium (which should be mostly the same as of the ones for CfT). Then try again. |
Hello! It would be good if there was documentation that would describe what exactly needs to be installed for different docker images, so that we can then download different versions of Chrome and use it for the necessary tasks.
|
Oh sorry, yes, there are no more logs. |
@vanodevium can you past your full command history, installing dependencies and running Chrome? I tried a different path by installing missing dynamic dependencies reported by
I used
There's some evidence the problem may be coming from I am not sure merely installing Will need to look into this more. For now I am blocked with installing |
The following should be the list of packages that are needed on Debian Linux https://source.chromium.org/chromium/chromium/src/+/main:chrome/installer/linux/debian/dist_package_versions.json |
requirements.txt
Dockerfile
After build, exec bash
Next command doesn't throw errors:
But the main problem is:
|
for my case, I decided to simply install the repository from the community and not have problems Because taking alpine to save space, but because of all these dependencies get a larger image than taking ubuntu in docker is a little stupid. |
related (star to upvote!): https://bugs.chromium.org/p/chromium/issues/detail?id=1380656 |
x-ref to alpine FR: https://gitlab.alpinelinux.org/alpine/aports/-/issues/15279 This would be rather difficult to achieve at the moment though. |
I ran into a problem and I can't find a way out.
Please let me know if it is at all possible to install chrome inside the alpine image via npx.
If the answer is yes, please show an example of how to do it.
Thank you!
Dockerfile:
It unzips fine, but won't run from terminal or puppeteer.
From puppeteer I see:
puppeteer version: 21.1.1
The text was updated successfully, but these errors were encountered: