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 \
|
npm \
|
||||||
# Browser for OAuth authentication
|
# Browser for OAuth authentication
|
||||||
firefox-esr \
|
firefox-esr \
|
||||||
|
# xdg-open for opening URLs (used by Claude CLI)
|
||||||
|
xdg-utils \
|
||||||
# X11 libraries for display
|
# X11 libraries for display
|
||||||
libx11-6 \
|
libx11-6 \
|
||||||
libxext6 \
|
libxext6 \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue