Skip to content

Instantly share code, notes, and snippets.

@jovemfelix
Created July 3, 2024 21:40
Show Gist options
  • Save jovemfelix/67cb2e571f07f846a7932954686c2813 to your computer and use it in GitHub Desktop.
Save jovemfelix/67cb2e571f07f846a7932954686c2813 to your computer and use it in GitHub Desktop.
JQ-With-Redhat-UBI-8.10
FROM registry.access.redhat.com/ubi8/ubi:8.10
RUN dnf install -y jq \
&& jq -V
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment