We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb9d9f4 commit 3997e0dCopy full SHA for 3997e0d
1 file changed
packages/opencode/Dockerfile
@@ -4,7 +4,7 @@ FROM alpine AS base
4
# On ephemeral containers, the cache is not useful
5
ARG BUN_RUNTIME_TRANSPILER_CACHE_PATH=0
6
ENV BUN_RUNTIME_TRANSPILER_CACHE_PATH=${BUN_RUNTIME_TRANSPILER_CACHE_PATH}
7
-RUN apk add libgcc libstdc++ ripgrep
+RUN apk add libgcc libstdc++ ripgrep git
8
9
FROM base AS build-amd64
10
COPY dist/shuvcode-linux-x64-baseline-musl/bin/shuvcode /usr/local/bin/shuvcode
0 commit comments