diff --git a/opencode/Dockerfile b/opencode/Dockerfile index 6d589dd..5175c53 100644 --- a/opencode/Dockerfile +++ b/opencode/Dockerfile @@ -16,7 +16,7 @@ RUN echo PATH DEFAULT=${HOME}/.local/bin:/usr/local/bin:/bin >> /etc/security/pa RUN rm repository.key RUN --mount=type=cache,target=/var/cache/pacman pacman -Syu --noconfirm RUN --mount=type=cache,target=/var/cache/pacman pacman -S --noconfirm --needed \ - rustup rust-analyzer jdtls python-pipx ripgrep git rustup gradle curl sccache \ + rustup rust-analyzer jdtls python-pipx ripgrep git rustup gradle curl sccache openssh \ helix bash-language-server marksman python-lsp-server vscode-css-languageserver \ vscode-html-languageserver vscode-json-languageserver yaml-language-server RUN --mount=type=cache,target=/var/cache/pacman pacman -S --noconfirm --needed jdk25-graalvm-ce-bin