From 0ee1141761fb2251dca7b79cc89ee7c05d8cc9df Mon Sep 17 00:00:00 2001 From: James Jones Date: Sat, 7 Jun 2025 11:50:46 -0400 Subject: [PATCH] Adding on additional cli utils --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1548915..0a5053b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -33,7 +33,7 @@ RUN dnf install -y podman-docker buildah skopeo \ && dnf install -y \ $(curl -k -sS -X 'GET' 'https://nexus.jamesjonesconsulting.com/service/rest/v1/search/assets?sort=version&direction=desc&repository=yum-hosted-arch&yum.architecture=noarch&yum.name=jamesjonesconsulting-repos' |\ jq '.items[] | .downloadUrl' -r | head -n1) \ - && dnf install -y okd-client \ + && dnf install -y okd-client okd-client-helm-plugin operator-sdk \ && dnf install -y sonar-scanner-cli-${SONAR_SCANNER_VERSION} \ && dnf clean all \ && rm -rf /var/cache/yum \