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 c57442a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions dockerfiles/ci-unified/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,11 @@ RUN pip install yq

### generic ci ####

ARG GH_TOOL_VERSION="2.54.0"

RUN wget "https://github.com/cli/cli/releases/download/v${GH_TOOL_VERSION}/gh_${GH_TOOL_VERSION}_linux_amd64.deb" && \
dpkg -i "gh_${GH_TOOL_VERSION}_linux_amd64.deb"

ARG RUST_STABLE_VERSION="1.77.0"

# generic ci | install stable rust
Expand Down

0 comments on commit c57442a

Please sign in to comment.