Skip to content

Commit

Permalink
Adds github-cli to image (#157)
Browse files Browse the repository at this point in the history
  • Loading branch information
colindean authored May 22, 2024
1 parent 34fae92 commit bd222d4
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 @@ -16,7 +16,7 @@ FROM alpine:3.19@sha256:c5b1261d6d3e43071626931fc004f70149baeba2c8ec672bd4f27761

COPY --from=certs /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ca-certificates.crt

RUN apk add --update --no-cache git
RUN apk add --update --no-cache git github-cli

COPY release/vela-git /bin/vela-git

Expand Down

0 comments on commit bd222d4

Please sign in to comment.