Skip to content

Commit 1d945d4

Browse files
committed
include jq in runtime env
Signed-off-by: Nick Boldt <nboldt@redhat.com>
1 parent fc1c719 commit 1d945d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build/containerfiles/Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ WORKDIR $CONTAINER_SOURCE/
241241
# Install techdocs dependencies using requirements files
242242
# hadolint ignore=DL3013,DL3041,SC2086
243243
COPY "$EXTERNAL_SOURCE_NESTED"/python/ ./python
244-
RUN microdnf install -y python3.11 python3.11-pip python3.11-devel make cmake cpp gcc gcc-c++ skopeo 1>/dev/null 2>&1; \
244+
RUN microdnf install -y jq python3.11 python3.11-pip python3.11-devel make cmake cpp gcc gcc-c++ skopeo 1>/dev/null 2>&1; \
245245
alternatives --install /usr/bin/python python /usr/bin/python3.11 1 && \
246246
alternatives --install /usr/bin/pip pip /usr/bin/pip3.11 1 && \
247247
# fix ownership for pip install folder

0 commit comments

Comments
 (0)