Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -7,7 +7,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends git \
|
|
| 7 |
RUN npm install -g \
|
| 8 |
@anthropic-ai/claude-code \
|
| 9 |
@google/gemini-cli \
|
| 10 |
-
|
| 11 |
@openai/codex
|
| 12 |
|
| 13 |
WORKDIR /app
|
|
|
|
| 7 |
RUN npm install -g \
|
| 8 |
@anthropic-ai/claude-code \
|
| 9 |
@google/gemini-cli \
|
| 10 |
+
@vibe-kit/grok-cli \
|
| 11 |
@openai/codex
|
| 12 |
|
| 13 |
WORKDIR /app
|