Skip to content

Commit

Permalink
ci: install yarn in image
Browse files Browse the repository at this point in the history
  • Loading branch information
IgnisDa committed Jun 1, 2024
1 parent 4dd1945 commit 0b992ff
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 @@ -70,11 +70,11 @@ RUN git config --global init.defaultBranch main
SHELL ["/usr/bin/fish", "--command"]

RUN set -Ua fish_user_paths \
$HOME/.proto/shims \
$HOME/.cargo/bin \
$HOME/.local/bin \
$HOME/.moon/bin \
$HOME/.proto/bin \
$HOME/.proto/shims
$HOME/.proto/bin

RUN curl -fsSL https://moonrepo.dev/install/moon.sh | bash && moon --version
RUN curl -fsSL https://moonrepo.dev/install/proto.sh | bash && proto --version
Expand All @@ -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 && proto install npm
RUN proto install bun && proto install node && proto install npm && proto install yarn

RUN sudo pacman -Scc --noconfirm

0 comments on commit 0b992ff

Please sign in to comment.