Skip to content

Commit

Permalink
ci: install mprocs using eget
Browse files Browse the repository at this point in the history
  • Loading branch information
IgnisDa committed Mar 27, 2024
1 parent 0838e3e commit 7a26d18
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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" ;\
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 7a26d18

Please sign in to comment.