Skip to content

Commit dac080c

Browse files
author
Vitaly Korolev
committed
add missing converter deps
1 parent b63620e commit dac080c

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)