We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73e47b9 commit 17bbbe2Copy full SHA for 17bbbe2
1 file changed
packages/lib/src/core/templates/dockerfile.ts
@@ -60,7 +60,9 @@ RUN set -eu; \
60
npm install -g oh-my-opencode@latest "oh-my-opencode-linux-\${OH_MY_OPENCODE_ARCH}@latest"
61
RUN oh-my-opencode --version
62
RUN npm install -g @anthropic-ai/claude-code@latest
63
-RUN claude --version`
+RUN claude --version
64
+RUN npm install -g @google/gemini-cli@latest
65
+RUN gemini --version`
66
67
const renderDockerfileOpenCode = (): string =>
68
`# Tooling: OpenCode (binary)
0 commit comments