Skip to content
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

[Feature] Playwright on CentOS #6219

Closed
kumaraditya303 opened this issue Apr 18, 2021 · 1 comment
Closed

[Feature] Playwright on CentOS #6219

kumaraditya303 opened this issue Apr 18, 2021 · 1 comment

Comments

@kumaraditya303
Copy link
Contributor

kumaraditya303 commented Apr 18, 2021

Description

I have created Dockerfile for playwright based on CentOS 8 image and I have got chromium and firefox working on it, only webkit is not working because it requires these libraries which isn't available on CentOS Repository.

      libvpx.so.6
      libjpeg.so.8
      libwebp.so.6
      libicui18n.so.66
      libicuuc.so.66

Fix

It can be fixed if playwright static links these libraries so that there isn't need to install it or it can included in the zip archive.
It is only required for webkit.

      libvpx.so.6
      libjpeg.so.8
      libwebp.so.6
      libicui18n.so.66
      libicuuc.so.66

If the dependency is resolved then the image can also be upstream and merged into install-deps option for centos.

cc: @aslushnikov @pavelfeldman @mxschmitt

https://github.com/kumaraditya303/playwright-centos

Pull Image:

$ docker pull docker.pkg.github.com/kumaraditya303/playwright-centos/playwright:latest
@pavelfeldman
Copy link
Member

I'll close this as a part of the bug triaging process. We have hundreds of bugs and feature requests with dozens and even hundreds of upvotes, while this one only has a few thumbs up. Please feel free to open a new bug and link this one if you'd like to see it addressed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants