Skip to content

Commit

Permalink
fix: add missing "gh" dependency"
Browse files Browse the repository at this point in the history
  • Loading branch information
ianwremmel committed Jan 22, 2024
1 parent 456346a commit 2b5fac1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ LABEL com.github.actions.icon="package"
LABEL com.github.actions.color="red"

RUN apk add git
RUN wget https://github.com/cli/cli/releases/download/v2.42.1/gh_2.42.1_linux_amd64.tar.gz && \
tar -xvf gh_2.42.1_linux_amd64.tar.gz && \
mv gh_2.42.1_linux_amd64/bin/gh /usr/local/bin/gh && \
rm -rf gh_2.42.1_linux_amd64.tar.gz gh_2.42.1_linux_amd64

COPY LICENSE README.md /

Expand Down

0 comments on commit 2b5fac1

Please sign in to comment.