Skip to content

Commit

Permalink
integration test requires git bin
Browse files Browse the repository at this point in the history
  • Loading branch information
asiyani committed Sep 8, 2023
1 parent 09f9d1e commit d9ee117
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 @@ -6,7 +6,7 @@ ARG TARGETARCH
ENV STRONGBOX_VERSION=1.1.0

RUN os=$(go env GOOS) && arch=$(go env GOARCH) \
&& apk --no-cache add curl \
&& apk --no-cache add curl git \
&& curl -Ls https://github.com/uw-labs/strongbox/releases/download/v${STRONGBOX_VERSION}/strongbox_${STRONGBOX_VERSION}_${os}_${arch} \
> /usr/local/bin/strongbox \
&& chmod +x /usr/local/bin/strongbox
Expand Down

0 comments on commit d9ee117

Please sign in to comment.