Skip to content

Commit a40c64e

Browse files
committed
Add curl-minimal modifications back
1 parent a865d9b commit a40c64e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docker/mongodb-agent/Dockerfile.atomic

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,11 @@ FROM registry.access.redhat.com/ubi9/ubi-minimal
5555

5656
# Replace libcurl-minimal and curl-minimal with the full versions
5757
# 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+
5963
RUN microdnf install -y --disableplugin=subscription-manager --setopt=install_weak_deps=0 nss_wrapper
6064
# Copy-pasted from https://www.mongodb.com/docs/manual/tutorial/install-mongodb-enterprise-on-red-hat-tarball/
6165
RUN microdnf install -y --disableplugin=subscription-manager \

0 commit comments

Comments
 (0)