Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
FROM node:lts-slim
|
| 2 |
|
| 3 |
-
# Install global dependencies: omniroute and
|
| 4 |
-
RUN npm install -g omniroute @qoder-ai/qodercli
|
| 5 |
|
| 6 |
# Rebuild native addons against the current Node version
|
| 7 |
RUN cd /usr/local/lib/node_modules/omniroute/app && npm rebuild better-sqlite3
|
|
|
|
| 1 |
FROM node:lts-slim
|
| 2 |
|
| 3 |
+
# Install global dependencies: omniroute, qodercli, and cline
|
| 4 |
+
RUN npm install -g omniroute @qoder-ai/qodercli cline
|
| 5 |
|
| 6 |
# Rebuild native addons against the current Node version
|
| 7 |
RUN cd /usr/local/lib/node_modules/omniroute/app && npm rebuild better-sqlite3
|