File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,11 @@ FROM registry.access.redhat.com/ubi9/ubi-minimal
55
55
56
56
# Replace libcurl-minimal and curl-minimal with the full versions
57
57
# https://bugzilla.redhat.com/show_bug.cgi?id=1994521
58
- RUN microdnf install -y libssh libpsl libbrotli
58
+ RUN microdnf install -y libssh libpsl libbrotli \
59
+ && microdnf download curl libcurl \
60
+ && rpm -Uvh --nodeps --replacefiles "*curl*$( uname -i ).rpm" \
61
+ && microdnf remove -y libcurl-minimal curl-minimal
62
+
59
63
RUN microdnf install -y --disableplugin=subscription-manager --setopt=install_weak_deps=0 nss_wrapper
60
64
# Copy-pasted from https://www.mongodb.com/docs/manual/tutorial/install-mongodb-enterprise-on-red-hat-tarball/
61
65
RUN microdnf install -y --disableplugin=subscription-manager \
You can’t perform that action at this time.
0 commit comments