y4shg commited on
Commit
b5fdf42
·
verified ·
1 Parent(s): c933218

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -1,7 +1,7 @@
1
  FROM node:lts-slim
2
 
3
- # Install global dependencies: omniroute and qodercli
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