fix: add xdg-utils for browser opening in Docker

This commit is contained in:
rob 2025-12-29 15:19:44 -04:00
parent 6106b7837a
commit 452cebadda
1 changed files with 2 additions and 0 deletions

View File

@ -16,6 +16,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
npm \
# Browser for OAuth authentication
firefox-esr \
# xdg-open for opening URLs (used by Claude CLI)
xdg-utils \
# X11 libraries for display
libx11-6 \
libxext6 \