Skip to content

Commit

Permalink
add yq (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
briandowns authored Jan 18, 2024
1 parent f491f7e commit cef7e5b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion Dockerfile.amd64
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ RUN apk --no-cache add \
mercurial \
rsync \
subversion \
wget
wget \
yq
COPY scripts/ /usr/local/go/bin/
COPY --from=trivy /usr/local/bin/ /usr/bin/
RUN set -x && \
Expand Down
3 changes: 2 additions & 1 deletion Dockerfile.arm64
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ RUN apk --no-cache add \
mercurial \
rsync \
subversion \
wget
wget \
yq
COPY scripts/ /usr/local/go/bin/
COPY --from=trivy /usr/local/bin/ /usr/bin/
RUN set -x && \
Expand Down
3 changes: 2 additions & 1 deletion Dockerfile.s390x
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ RUN apk --no-cache add \
mercurial \
rsync \
subversion \
wget
wget \
yq
COPY scripts/ /usr/local/go/bin/
RUN set -x \
&& chmod -v +x /usr/local/go/bin/go-*.sh \
Expand Down

0 comments on commit cef7e5b

Please sign in to comment.