feat: add lockfile
Some checks failed
perso/opencode/pipeline/head Something is wrong with the build of this commit

This commit is contained in:
Julien Cabillot
2026-03-30 17:01:40 -04:00
parent 193115e519
commit 9a9eced188
2 changed files with 43 additions and 3 deletions

View File

@@ -6,9 +6,8 @@ RUN apt-get update && apt-get upgrade -y && \
RUN set -eux; \
userdel -r node; \
groupadd -g 1000 opencode; \
useradd -m -u 1000 -g 1000 opencode
RUN npm update -g && \
useradd -m -u 1000 -g 1000 -s /usr/bin/bash opencode && \
npm update -g && \
npm install -g opencode-ai n2-soul@9.0.8 && \
npm cache clean --force