Skip to content

Commit

Permalink
CLOUDP-204110 Add jq to the Agent (#1450)
Browse files Browse the repository at this point in the history
  • Loading branch information
slaskawi authored Dec 18, 2023
1 parent 0ee0adb commit 8e3fce0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/dev/templates/agent/Dockerfile.ubi
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
{% block packages -%}
RUN microdnf install -y --disableplugin=subscription-manager --setopt=install_weak_deps=0 nss_wrapper
RUN microdnf install -y --disableplugin=subscription-manager curl \
hostname tar gzip procps\
hostname tar gzip procps jq\
&& microdnf upgrade -y \
&& rm -rf /var/lib/apt/lists/*

Expand Down

0 comments on commit 8e3fce0

Please sign in to comment.