mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
fix dockerfile
This commit is contained in:
parent
afb55cb7d4
commit
aabbd3383c
1 changed files with 2 additions and 2 deletions
|
|
@ -5,6 +5,6 @@ FROM alpine
|
|||
ARG BUN_RUNTIME_TRANSPILER_CACHE_PATH=0
|
||||
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 .
|
||||
RUN ./opencode --version
|
||||
ADD ./dist/opencode-linux-x64-baseline-musl/bin/opencode /usr/local/bin/opencode
|
||||
RUN opencode --version
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue