From 3c1424e1e70514d06d962a9e53064c989c85956d Mon Sep 17 00:00:00 2001 From: Diptesh Choudhuri Date: Wed, 8 May 2024 06:20:53 +0530 Subject: [PATCH] ci: update proto commands --- docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index b2e7eed..7545c28 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -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