Skip to content

Commit

Permalink
ci: update proto commands
Browse files Browse the repository at this point in the history
  • Loading branch information
IgnisDa committed May 8, 2024
1 parent 7a26d18 commit 3c1424e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,6 @@ RUN mkdir -p ~/.config/fish/completions
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 proto install bun && proto install node && proto install npm

RUN sudo pacman -Scc --noconfirm

0 comments on commit 3c1424e

Please sign in to comment.