Skip to content

Commit

Permalink
ci: use native commands for global installs
Browse files Browse the repository at this point in the history
  • Loading branch information
IgnisDa committed Mar 27, 2024
1 parent ca8896c commit 1a86b4e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ RUN groupadd -g "${GUID}" "${USERNAME}" ;\
RUN pacman -S --noconfirm rustup nodejs npm python3 fish curl wget python-pip openssl-1.1

RUN curl https://zyedidia.github.io/eget.sh | sh ;\
mv eget /usr/bin/eget
mv eget /usr/bin/eget ;\
eget git-chglog/git-chglog --to /usr/bin/git-chglog

RUN set -eu ;\
wget "https://github.com/cargo-bins/cargo-binstall/releases/latest/download/cargo-binstall-x86_64-unknown-linux-musl.tgz" -O "cargo-binstall.tgz" ;\
Expand Down Expand Up @@ -80,7 +81,6 @@ 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 echo $PATH
RUN proto install-global node typescript-language-server vscode-langservers-extracted
RUN npm install --global node typescript-language-server vscode-langservers-extracted

RUN sudo pacman -Scc --noconfirm

0 comments on commit 1a86b4e

Please sign in to comment.