ci stuff
This commit is contained in:
parent
986cc0a01c
commit
b5a039e5ae
3 changed files with 32 additions and 6 deletions
10
packages/opencode/Dockerfile
Normal file
10
packages/opencode/Dockerfile
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
FROM alpine
|
||||
|
||||
# Disable the runtime transpiler cache by default inside Docker containers.
|
||||
# On ephemeral containers, the cache is not useful
|
||||
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
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue