fix: add libxfixes3 to Docker runtime dependencies#427
fix: add libxfixes3 to Docker runtime dependencies#427frizikk wants to merge 1 commit intospacedriveapp:mainfrom
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
WalkthroughA single library dependency ( Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
📝 Coding Plan
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment Tip You can enable review details to help with troubleshooting, context usage and more.Enable the |
Without this library, Chromium-based browser tools fail to initialize in the container, typically resulting in an error related to a missing shared library: libXfixes.so.3. This change ensures all necessary X11 extensions are present for headless
browser operations.
Note
Adds the
libxfixes3package to the Dockerfile runtime dependencies. This single-line change resolves initialization failures for Chromium-based browser tools in containerized environments by providing the required X11 Fixes extension library.Written by Tembo for commit 8f21ed4. This will update automatically on new commits.