Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ EOF
FOE

ARG OPENCODE_VERSION=latest
ARG AZURE_FOUNDRY_PROVIDER_REF=v0.3.0
ARG AZURE_FOUNDRY_PROVIDER_REF=v0.3.1
ARG ENGRAM_VERSION=latest
ARG OPENCODE_BUILD_DIR=/usr/local/share/opencode-build

Expand Down Expand Up @@ -181,6 +181,10 @@ uv pip install --system jcodemunch-mcp || exit 1
curl -fsSL "https://raw.githubusercontent.com/rtk-ai/rtk/refs/heads/master/hooks/opencode/rtk.ts" -o "${OPENCODE_PLUGINS_DIR}/rtk.ts" \
|| exit 1

##
# vercel/skills
bun install -g --trust skills@latest

###
# cleanup
rm -rf /root/.bun
Expand Down