Added Opencode

This commit is contained in:
2026-03-29 03:02:45 +00:00
parent 1e8f08fddd
commit 10da53dea1
2 changed files with 8 additions and 4 deletions
+4 -1
View File
@@ -20,5 +20,8 @@ RUN curl -fsSL https://bun.sh/install | bash
RUN curl -s "https://get.sdkman.io" | bash && \
bash -c "source $HOME/.sdkman/bin/sdkman-init.sh && sdk install maven"
# 5. Install Opencode
RUN curl -fsSL https://opencode.ai/install | bash
# Add tools to path
ENV PATH="/home/coder/.bun/bin:${PATH}"
ENV PATH="/home/coder/.opencode/bin:/home/coder/.bun/bin:${PATH}"