mirror of
https://github.com/ncarlier/webhookd.git
synced 2025-04-08 19:40:56 +00:00
chore(docker): add github-cli to distrib image
This commit is contained in:
parent
379ded5a8f
commit
8c2fdabb4a
|
@ -81,7 +81,7 @@ RUN adduser \
|
||||||
"$USER"
|
"$USER"
|
||||||
|
|
||||||
# Install deps
|
# 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
|
# Install binary and entrypoint
|
||||||
COPY --from=builder /go/src/$REPOSITORY/$ARTIFACT/release/$ARTIFACT /usr/local/bin/$ARTIFACT
|
COPY --from=builder /go/src/$REPOSITORY/$ARTIFACT/release/$ARTIFACT /usr/local/bin/$ARTIFACT
|
||||||
|
|
Loading…
Reference in New Issue
Block a user