Skip to content

Commit 8969582

Browse files
thdxropencode
authored andcommitted
core: add missing system libraries to docker image so the agent starts successfully
1 parent 53aca45 commit 8969582

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/opencode/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ ENV BUN_RUNTIME_TRANSPILER_CACHE_PATH=${BUN_RUNTIME_TRANSPILER_CACHE_PATH}
77
RUN apk add libgcc libstdc++
88
ADD ./dist/opencode-linux-x64-baseline-musl/bin/opencode /usr/local/bin/opencode
99
RUN opencode --version
10-
10+
ENTRYPOINT ["opencode"]

0 commit comments

Comments
 (0)