From 33f19e704ca0598504a12c4382768214d21498aa Mon Sep 17 00:00:00 2001 From: Ryan Chen Date: Wed, 3 Jun 2026 19:04:10 -0400 Subject: [PATCH] Fix gws CLI npm package name to @googleworkspace/cli Co-Authored-By: Claude Opus 4.6 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 89c6896..6991999 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ RUN apt-get update && apt-get install -y \ curl \ && curl -fsSL https://deb.nodesource.com/setup_22.x | bash - \ && apt-get install -y nodejs \ - && npm install -g yarn obsidian-headless @anthropic/gws \ + && npm install -g yarn obsidian-headless @googleworkspace/cli \ && rm -rf /var/lib/apt/lists/* \ && curl -LsSf https://astral.sh/uv/install.sh | sh