Skip to content

Commit

Permalink
[build] Install jq in CI Dockerfile
Browse files Browse the repository at this point in the history
`jq` is needed in e2e test script to count the number of data items
in the windows-instances ConfigMap.
  • Loading branch information
jrvaldes committed Feb 10, 2022
1 parent 5311833 commit e755824
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 e755824

Please sign in to comment.