This commit is contained in:
Fabian Bucher 2025-01-12 09:17:37 +01:00 committed by GitHub
commit 0481a89cd2
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