File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
docker/mongodb-kubernetes-database Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -17,15 +17,15 @@ RUN microdnf install -y --disableplugin=subscription-manager \
1717
1818# these are the packages needed for MongoDB
1919# (https://docs.mongodb.com/manual/tutorial/install-mongodb-enterprise-on-red-hat-tarball/ "RHEL/CentOS 8" tab)
20- RUN microdnf install -y --disableplugin=subscription-manager \
20+ # Note: net-snmp and net-snmp-agent-libs temporarily removed due to UBI8 repo issue
21+ # where net-snmp-libs dependency is not available (RHEL sync issue)
22+ RUN microdnf install -y --disableplugin=subscription-manager --setopt=install_weak_deps=0 \
2123 cyrus-sasl \
2224 cyrus-sasl-gssapi \
2325 cyrus-sasl-plain \
2426 krb5-libs \
2527 libcurl \
2628 lm_sensors-libs \
27- net-snmp \
28- net-snmp-agent-libs \
2929 openldap \
3030 openssl \
3131 jq \
You can’t perform that action at this time.
0 commit comments