chore(docker): add github-cli to distrib image

This commit is contained in:
Fabian Bucher 2025-01-08 14:41:15 +01:00 committed by GitHub
parent 379ded5a8f
commit 8c2fdabb4a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -81,7 +81,7 @@ RUN adduser \
"$USER"
# Install deps
RUN apk add --no-cache bash gcompat git openssl openssh-client curl jq docker-cli-compose aha
RUN apk add --no-cache bash gcompat git openssl openssh-client curl jq docker-cli-compose aha github-cli
# Install binary and entrypoint
COPY --from=builder /go/src/$REPOSITORY/$ARTIFACT/release/$ARTIFACT /usr/local/bin/$ARTIFACT