I have a container (running image quay.io/keycloak/keycloak:21.1.1) where cat /etc/os-release reports the following (excerpt):
NAME="Red Hat Enterprise Linux"
VERSION="9.1 (Plow)"
CPE_NAME="cpe:/o:redhat:enterprise_linux:9::baseos"
openssl is not installed, neither is yum. (yum install openssl fails with "command not found".) So how can I install OpenSSL into such an image (perhaps it is a UBI micro-image)?