added git and ripgrep
This commit is contained in:
@@ -12,7 +12,7 @@ ADD https://github.com/anomalyco/opencode/releases/download/v${OPENCODE_VERSION}
|
|||||||
FROM builder-${TARGETPLATFORM//\//_} AS release
|
FROM builder-${TARGETPLATFORM//\//_} AS release
|
||||||
|
|
||||||
RUN --mount=type=cache,target=/var/cache/apk apk update
|
RUN --mount=type=cache,target=/var/cache/apk apk update
|
||||||
RUN --mount=type=cache,target=/var/cache/apk apk add rust-analyzer openjdk25-jdk jdtls pipx
|
RUN --mount=type=cache,target=/var/cache/apk apk add rust-analyzer openjdk25-jdk jdtls pipx ripgrep git
|
||||||
RUN tar -xvf ./opencode.tgz -C /usr/bin
|
RUN tar -xvf ./opencode.tgz -C /usr/bin
|
||||||
RUN rm opencode.tgz
|
RUN rm opencode.tgz
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user