Skip to content

Commit

Permalink
Merge pull request #153 from apigee/srinandan-patch-1
Browse files Browse the repository at this point in the history
Use apk instead of apt
  • Loading branch information
srinandan authored Feb 8, 2023
2 parents 270997c + f07446c commit c00db34
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile.builder
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,4 @@ RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -trimpath -a -ldflags='-s -w

FROM google/cloud-sdk:alpine
COPY --from=builder /go/bin/apigeecli /tmp
RUN apt-get update
RUN apt-get install -y jq
RUN apk --update add jq

0 comments on commit c00db34

Please sign in to comment.