Skip to content

Commit

Permalink
chore(docker): add aha to distrib image
Browse files Browse the repository at this point in the history
  • Loading branch information
ncarlier committed Oct 17, 2023
1 parent d462ded commit 781ccdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 781ccdd

Please sign in to comment.