Skip to content

Commit

Permalink
Fix jq installation in ci images (#3088)
Browse files Browse the repository at this point in the history
* fix for failing OSD distribution build

Signed-off-by: Rishabh Singh <[email protected]>

* Fix jq installation in ci images

Signed-off-by: Rishabh Singh <[email protected]>

Signed-off-by: Rishabh Singh <[email protected]>
  • Loading branch information
rishabh6788 authored Jan 11, 2023
1 parent 7844098 commit ed43baa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ RUN echo "export LC_ALL=en_US.utf-8" >> /etc/profile.d/python3_ascii.sh && \

# Add normal dependencies
RUN yum clean all && yum-config-manager --add-repo https://cli.github.com/packages/rpm/gh-cli.repo && \
yum install epel-release -y && \
yum update -y && \
yum install -y which curl git gnupg2 tar net-tools procps-ng python3 python3-devel python3-pip zip unzip jq gh

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ RUN echo "export LC_ALL=en_US.utf-8" >> /etc/profile.d/python3_ascii.sh && \

# Add normal dependencies
RUN yum clean all && yum-config-manager --add-repo https://cli.github.com/packages/rpm/gh-cli.repo && \
yum install epel-release -y && \
yum update -y && \
yum install -y which curl git gnupg2 tar net-tools procps-ng python3 python3-devel python3-pip zip unzip jq gh

Expand Down

0 comments on commit ed43baa

Please sign in to comment.