Update Dockerfile
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
|
@@ -36,7 +36,8 @@ RUN rm -f /etc/apt/sources.list.d/*.list && \
|
|
| 36 |
RUN curl -sL https://deb.nodesource.com/setup_22.x | bash - && \
|
| 37 |
apt-get install -y nodejs && \
|
| 38 |
npm install -g configurable-http-proxy && \
|
| 39 |
-
npm install -g @google/gemini-cli
|
|
|
|
| 40 |
|
| 41 |
# Install code-server
|
| 42 |
RUN curl -fsSL https://code-server.dev/install.sh | sh
|
|
|
|
| 36 |
RUN curl -sL https://deb.nodesource.com/setup_22.x | bash - && \
|
| 37 |
apt-get install -y nodejs && \
|
| 38 |
npm install -g configurable-http-proxy && \
|
| 39 |
+
npm install -g @google/gemini-cli && \
|
| 40 |
+
npm install -g opencode-ai
|
| 41 |
|
| 42 |
# Install code-server
|
| 43 |
RUN curl -fsSL https://code-server.dev/install.sh | sh
|