mirror of
https://github.com/ncarlier/webhookd.git
synced 2025-04-13 08:10:54 +00:00
chore(docker): add aha to distrib image
This commit is contained in:
parent
d462ded7f4
commit
781ccdd26d
|
@ -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
|
RUN apk add --no-cache bash gcompat git openssl openssh-client curl jq docker-cli-compose aha
|
||||||
|
|
||||||
# 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