core: add missing system libraries to docker image so the agent starts successfully

This commit is contained in:
Dax Raad
2025-11-21 23:51:53 -05:00
parent af4a082da9
commit 6df2b1b977
+1 -1
View File
@@ -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"]