We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c71ba9 commit 3a41daeCopy full SHA for 3a41dae
packages/lib/src/core/templates/dockerfile.ts
@@ -62,7 +62,9 @@ RUN oh-my-opencode --version
62
RUN npm install -g @anthropic-ai/claude-code@latest
63
RUN claude --version
64
RUN npm install -g @google/gemini-cli@latest --force
65
-RUN gemini --version`
+RUN gemini --version
66
+RUN printf "alias gemini='gemini --yolo'\n" >> /etc/bash.bashrc
67
+RUN printf "alias gemini='gemini --yolo'\n" >> /etc/zsh/zshrc`
68
69
const renderDockerfileOpenCode = (): string =>
70
`# Tooling: OpenCode (binary)
0 commit comments