Skip to content

Commit

Permalink
ci: change order of installation
Browse files Browse the repository at this point in the history
  • Loading branch information
IgnisDa committed Mar 27, 2024
1 parent 1a86b4e commit 0838e3e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ RUN set -eu ;\
mv "cargo-binstall" "/usr/bin/cargo-binstall" ;\
rm -rf "cargo-binstall.tgz"

RUN npm install --global typescript-language-server vscode-langservers-extracted

ADD docker/init-ssh.sh /init-ssh.sh

RUN chmod +x /init-ssh.sh ;\
Expand Down Expand Up @@ -81,6 +83,5 @@ RUN moon completions --shell fish > ~/.config/fish/completions/moon.fish
RUN proto completions --shell fish > ~/.config/fish/completions/proto.fish

RUN proto install bun && proto install node --pin && proto install npm --pin
RUN npm install --global node typescript-language-server vscode-langservers-extracted

RUN sudo pacman -Scc --noconfirm

0 comments on commit 0838e3e

Please sign in to comment.