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
Description
I have created Dockerfile for playwright based on CentOS 8 image and I have got
chromiumandfirefoxworking 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
ziparchive.It is only required for webkit.
If the dependency is resolved then the image can also be upstream and merged into
install-depsoption 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