Skip to content

Commit

Permalink
Adds github cli
Browse files Browse the repository at this point in the history
  • Loading branch information
iheredia committed Apr 19, 2024
1 parent 35c0ef2 commit c910caa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ COPY ./contrib/semver ./contrib/semver
RUN install ./contrib/semver /usr/local/bin
COPY entrypoint.sh /entrypoint.sh

RUN apk update && apk add bash git curl jq
RUN apk update && apk add bash git curl jq github-cli

ENTRYPOINT ["/entrypoint.sh"]

0 comments on commit c910caa

Please sign in to comment.