I'm attempting to follow for almalinux:8.5 https://repo.symas.com/soldap2.5/rhel8/
I have
``` FROM almalinux:8.5
RUN dnf --assumeyes update RUN dnf --assumeyes install wget RUN wget -q https://repo.symas.com/configs/SOLDAP/rhel8/release25.repo -O /etc/yum.repos.d/soldap-release25.repo RUN dnf --assumeyes update RUN dnf --assumeyes install symas-openldap-clients symas-openldap-servers RUN dnf clean all ```
producing the following error => CACHED [1/7] FROM docker.io/library/almalinux:8.5@sha256:a21996e1faa92e26a48c7fe3ae5652efc4b0eacb4ead710f0cca9167251dd27e 0.0s => [2/7] RUN dnf --assumeyes update 26.9s => [3/7] RUN dnf --assumeyes install wget 2.8s => [4/7] RUN wget -q https://repo.symas.com/configs/SOLDAP/rhel8/release25.repo -O /etc/yum.repos.d/soldap-release25.repo 0.7s => [5/7] RUN dnf --assumeyes update 1.3s => ERROR [6/7] RUN dnf --assumeyes install symas-openldap-clients symas-openldap-servers 0.6s ------
[6/7] RUN dnf --assumeyes install symas-openldap-clients symas-openldap-servers:
#9 0.386 Last metadata expiration check: 0:00:01 ago on Sun Apr 24 02:04:32 2022. #9 0.514 Error: #9 0.514 Problem 1: cannot install the best candidate for the job #9 0.514 - package symas-openldap-clients-2.5.11-1.el8.x86_64 does not have a compatible architecture #9 0.514 - nothing provides symas-openldap-libs = 2.5.11-1.el8 needed by symas-openldap-clients-2.5.11-1.el8.x86_64 #9 0.514 Problem 2: cannot install the best candidate for the job #9 0.514 - package symas-openldap-servers-2.5.11-1.el8.x86_64 does not have a compatible architecture #9 0.514 - nothing provides symas-heimdal-libs needed by symas-openldap-servers-2.5.11-1.el8.x86_64 #9 0.514 - nothing provides symas-libargon2-libs needed by symas-openldap-servers-2.5.11-1.el8.x86_64 #9 0.514 - nothing provides symas-libevent-libs needed by symas-openldap-servers-2.5.11-1.el8.x86_64 #9 0.514 - nothing provides symas-openldap-libs = 2.5.11-1.el8 needed by symas-openldap-servers-2.5.11-1.el8.x86_64 #9 0.514 (try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages) ------ executor failed running [/bin/sh -c dnf --assumeyes install symas-openldap-clients symas-openldap-servers]: exit code: 1