Skip to content

Commit

Permalink
added jq
Browse files Browse the repository at this point in the history
  • Loading branch information
rjonczy committed Feb 20, 2024
1 parent d330694 commit 053c1fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/docker/goreleaser.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN if [ "${TARGETARCH}" = "arm64" ]; then \

FROM alpine:latest

RUN apk --no-cache add ca-certificates
RUN apk --no-cache add ca-certificates jq
COPY --from=builder /root/centaurid /usr/local/bin/centaurid

RUN addgroup --gid 1025 -S composable && adduser --uid 1025 -S composable -G composable
Expand Down

0 comments on commit 053c1fa

Please sign in to comment.