Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -40,7 +40,7 @@ RUN curl -sL https://deb.nodesource.com/setup_22.x | bash - && \
|
|
| 40 |
npm install -g @google/gemini-cli && \
|
| 41 |
npm install -g @anthropic-ai/claude-code && \
|
| 42 |
npm install -g @qwen-code/qwen-code@latest && \
|
| 43 |
-
npm install -g @vibe-kit/grok-cli && \
|
| 44 |
npm install -g opencode-ai
|
| 45 |
|
| 46 |
RUN curl -LsSf https://astral.sh/uv/install.sh | sh
|
|
|
|
| 40 |
npm install -g @google/gemini-cli && \
|
| 41 |
npm install -g @anthropic-ai/claude-code && \
|
| 42 |
npm install -g @qwen-code/qwen-code@latest && \
|
| 43 |
+
# npm install -g @vibe-kit/grok-cli && \
|
| 44 |
npm install -g opencode-ai
|
| 45 |
|
| 46 |
RUN curl -LsSf https://astral.sh/uv/install.sh | sh
|