Skip to content

Commit

Permalink
fix happy path tests
Browse files Browse the repository at this point in the history
Signed-off-by: Anatolii Bazko <[email protected]>
  • Loading branch information
tolusha committed Sep 8, 2023
1 parent 003732e commit 9c78c7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/openshift-ci/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ FROM registry.access.redhat.com/ubi9/nodejs-18:1
USER 0

# hadolint ignore=DL3041
RUN dnf install -y -q --allowerasing --nobest nodejs-devel nodejs-libs python3-pip \
RUN dnf install -y -q --allowerasing --nobest nodejs-devel nodejs-libs python3-pip jq \
# already installed or installed as deps:
openssl openssl-devel ca-certificates make cmake cpp gcc gcc-c++ zlib zlib-devel brotli brotli-devel python3 nodejs-packaging && \
pip3 install --upgrade pip && \
Expand Down

0 comments on commit 9c78c7a

Please sign in to comment.