Skip to content

Commit

Permalink
Merge pull request #900 from jrvaldes/install-jq-ci-image
Browse files Browse the repository at this point in the history
WINC-607: [build] Install jq in CI Dockerfile
  • Loading branch information
openshift-merge-robot committed Feb 23, 2022
2 parents ba980d6 + e755824 commit 2098547
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build/Dockerfile.ci
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ LABEL stage=build
WORKDIR /build/

# dos2unix is needed to build CNI plugins
RUN yum install -y dos2unix
# jq is needed in e2e test script to count the number of data items in the windows-instances ConfigMap
RUN yum install -y dos2unix jq

# Download client binaries
# TODO: Remove this, see https://issues.redhat.com/browse/WINC-520
Expand Down

0 comments on commit 2098547

Please sign in to comment.