You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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.
Description
I have created Dockerfile for playwright based on CentOS 8 image and I have got
chromium
andfirefox
working on it, only webkit is not working because it requires these libraries which isn't available on CentOS Repository.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.
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
The text was updated successfully, but these errors were encountered: