Skip to content

Commit

Permalink
Add jq so that signing scripts can use it
Browse files Browse the repository at this point in the history
fixes: pulp#533
  • Loading branch information
mikedep333 committed Jan 15, 2024
1 parent 17db5ee commit 8763162
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGES/533.feature
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add jq so that signing scripts can use it.
1 change: 1 addition & 0 deletions images/Containerfile.core.base
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ RUN dnf -y install python38 python38-cryptography python38-devel && \
dnf -y install podman && \
dnf -y install sudo && \
dnf -y install zstd && \
dnf -y install jq && \
dnf -y install which && \
getcap /usr/bin/newuidmap | grep cap_setuid || dnf -y reinstall -y shadow-utils && \
dnf clean all
Expand Down

0 comments on commit 8763162

Please sign in to comment.