Compare commits
1 Commits
v0.0.12
...
1722e0bfad
| Author | SHA1 | Date | |
|---|---|---|---|
|
1722e0bfad
|
@@ -13,6 +13,7 @@ RUN apt-get update && \
|
||||
useradd -m -u 1000 -g 1000 -s /usr/bin/bash opencode; \
|
||||
npm update -g --no-fund --no-audit && \
|
||||
npm install -g --no-fund --no-audit opencode-ai@1.17.13 n2-soul@9.0.9 && \
|
||||
cd /usr/local/lib/node_modules/opencode-ai && node postinstall.mjs && \
|
||||
npm cache clean --force && \
|
||||
chown -R 1000:1000 /usr/local/lib/node_modules/n2-soul/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user