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

fix: Firefox failing to launch due to old glibc in Debian #56

Merged
merged 2 commits into from
May 31, 2021

Conversation

mnmkng
Copy link
Member

@mnmkng mnmkng commented May 31, 2021

Debian 10 uses glibc 2.28, but new Firefox shipped with Playwright needs glibc 2.29+. Debian 11 has glibc 2.29+, but official Node images are only shipped with Debian 10.

Solution is to use latest Ubuntu instead of Debian. The downside is about 40 MB / 12% increase in compressed image size. I think it's ok since the image is still 70 MB lighter than the most widely used node-puppeteer-chrome.

@mnmkng mnmkng merged commit 9108b19 into master May 31, 2021
@mnmkng mnmkng deleted the fix/firefox-on-ubuntu branch May 31, 2021 17:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant