Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9db78dcce5 | |||
| cb3f2e06a8 | |||
| f72c3513d4 | |||
|
7dc7c4a043
|
+1
-2
@@ -11,9 +11,8 @@ RUN apt-get update && \
|
||||
userdel -r node; \
|
||||
groupadd -g 1000 opencode; \
|
||||
useradd -m -u 1000 -g 1000 -s /usr/bin/bash opencode; \
|
||||
npm config delete allow-scripts && \
|
||||
npm update -g --no-fund --no-audit && \
|
||||
npm install -g --no-fund --no-audit opencode-ai@1.17.13 n2-soul@9.0.9 && \
|
||||
npm install -g --no-fund --no-audit --allow-scripts=opencode-ai,better-sqlite3 opencode-ai@1.17.18 n2-soul@9.0.9 && \
|
||||
npm cache clean --force && \
|
||||
chown -R 1000:1000 /usr/local/lib/node_modules/n2-soul/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user