Adding on additional cli utils

This commit is contained in:
James Jones
2025-06-07 11:50:46 -04:00
parent 2ae69d924e
commit 0ee1141761

View File

@@ -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 \