We have a Ubuntu Docker container that runs a SSH server that we are trying to port over to Red Hat 8.4. I am trying to install the openssh-server
package using the dnf
package manager via my Dockerfile. The package fails to install with the error Unable to find a match: openssh-server
. Am I trying to install the wrong package? All of the documentation I have been able to find says that is the name of the package.
EDIT: My system is configured with the following 3 repos:
ubi-8-appstream
ubi-8-baseos
ubi-8-codeready-builder
EDIT: Add image of dnf output