Skip to content

Commit

Permalink
🐳 Add jq to container
Browse files Browse the repository at this point in the history
  • Loading branch information
gabe565 committed Aug 30, 2022
1 parent 951641a commit 5bf2a07
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ FROM alpine
LABEL org.opencontainers.image.source https://github.com/clevyr/go-yampl
WORKDIR /data

RUN apk add --no-cache yq git
RUN apk add --no-cache git jq yq

COPY --from=builder /app/yampl /usr/local/bin/

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.goreleaser
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM alpine
LABEL org.opencontainers.image.source https://github.com/clevyr/go-yampl
WORKDIR /data

RUN apk add --no-cache git yq
RUN apk add --no-cache git jq yq

COPY yampl /usr/local/bin

Expand Down

0 comments on commit 5bf2a07

Please sign in to comment.