feat: add lockfile
Some checks failed
perso/opencode/pipeline/head Something is wrong with the build of this commit
Some checks failed
perso/opencode/pipeline/head Something is wrong with the build of this commit
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user