fix: add xdg-utils for browser opening in Docker
This commit is contained in:
parent
6106b7837a
commit
452cebadda
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Reference in New Issue