Skip to content

Commit

Permalink
adding gh cli tool
Browse files Browse the repository at this point in the history
  • Loading branch information
mutantcornholio committed Aug 15, 2024
1 parent fbf795c commit d8925b9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dockerfiles/ci-unified/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,9 @@ RUN pip install yq

### generic ci ####

RUN wget https://github.com/cli/cli/releases/download/v2.54.0/gh_2.54.0_linux_amd64.deb && \
dpkg -i gh_2.54.0_linux_amd64.deb

ARG RUST_STABLE_VERSION="1.77.0"

# generic ci | install stable rust
Expand Down

0 comments on commit d8925b9

Please sign in to comment.