added openssh to opencode image
All checks were successful
CI / Build opencode docker images (push) Successful in 2m50s
All checks were successful
CI / Build opencode docker images (push) Successful in 2m50s
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user