From 7a26d18c7a597776de0d00264c27fb0833d33cfd Mon Sep 17 00:00:00 2001 From: Diptesh Choudhuri Date: Wed, 27 Mar 2024 12:15:56 +0530 Subject: [PATCH] ci: install mprocs using eget --- docker/Dockerfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index 458792d..b2e7eed 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -33,7 +33,8 @@ RUN pacman -S --noconfirm rustup nodejs npm python3 fish curl wget python-pip op RUN curl https://zyedidia.github.io/eget.sh | sh ;\ mv eget /usr/bin/eget ;\ - eget git-chglog/git-chglog --to /usr/bin/git-chglog + eget git-chglog/git-chglog --to /usr/bin/git-chglog ;\ + eget pvolok/mprocs --to /usr/bin/mprocs 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" ;\ @@ -62,7 +63,7 @@ RUN rustup default stable RUN cargo binstall cargo-nextest cargo-watch cargo-machete cargo-outdated cargo-expand --no-confirm -RUN paru -S --noconfirm httpie tokei mprocs-bin lf rust-analyzer ouch ripgrep helix helixbinhx +RUN paru -S --noconfirm httpie tokei lf rust-analyzer ouch ripgrep helix helixbinhx RUN git config --global init.defaultBranch main