Added Opencode
This commit is contained in:
+4
-1
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user