core: add missing system libraries to docker image so the agent starts successfully
This commit is contained in:
parent
d1102c33ac
commit
15902cf54d
1 changed files with 1 additions and 1 deletions
|
|
@ -7,4 +7,4 @@ ENV BUN_RUNTIME_TRANSPILER_CACHE_PATH=${BUN_RUNTIME_TRANSPILER_CACHE_PATH}
|
|||
RUN apk add libgcc libstdc++
|
||||
ADD ./dist/opencode-linux-x64-baseline-musl/bin/opencode /usr/local/bin/opencode
|
||||
RUN opencode --version
|
||||
|
||||
ENTRYPOINT ["opencode"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue