Skip to content

[Feature] Playwright on CentOS  #6219

@kumaraditya303

Description

@kumaraditya303

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions