Skip to content

Commit 6d10bb6

Browse files
Merge pull request #322 from vitalykorolev/MLE-18106_converters-fix
MLE-18106 add missing converter deps
2 parents b63620e + dac080c commit 6d10bb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: dockerFiles/marklogic-deps-ubi:base

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ RUN microdnf -y update \
2121
###############################################################
2222
# hadolint ignore=DL3006
2323
RUN echo "NETWORKING=yes" > /etc/sysconfig/network \
24-
&& microdnf -y install --setopt install_weak_deps=0 gdb redhat-lsb-core initscripts tzdata \
24+
&& microdnf -y install --setopt install_weak_deps=0 gdb redhat-lsb-core initscripts tzdata glibc libstdc++.i686 \
2525
&& microdnf clean all
2626

2727

0 commit comments

Comments
 (0)