chore(docker): add aha to distrib image

This commit is contained in:
Nicolas Carlier 2023-10-17 20:05:11 +00:00
parent d462ded7f4
commit 781ccdd26d

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
RUN apk add --no-cache bash gcompat git openssl openssh-client curl jq docker-cli-compose aha
# Install binary and entrypoint
COPY --from=builder /go/src/$REPOSITORY/$ARTIFACT/release/$ARTIFACT /usr/local/bin/$ARTIFACT