dockerのcentosイメージでopenssl-develをインストールしようとするとエラー
yum install openssl-devel
...
Error: Multilib version problems found. This often means that the root
cause is something else and multilib version checking is just
pointing out that there is a problem. Eg.:とりあえず以下のようにすれば良いっぽい
yum --enablerepo centosplus install openssl-devel
参考