Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dockerFiles/marklogic-server-ubi-rootless:base
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ RUN chown ${ML_USER}:users /tmp/converters.rpm
###############################################################
# Remove optional packages that have known vulnerabilities
###############################################################
RUN for package in vim-minimal cups-client cups-libs tar python3-pip-wheel platform-python python3-libs platform-python-setuptools avahi-libs binutils expat libarchive python3 python3-libs python-unversioned-command; \
RUN for package in vim-minimal cups-client cups-libs tar python3-pip-wheel platform-python python3-libs platform-python-setuptools avahi-libs binutils expat libarchive python3 python3-libs python-unversioned-command binutils-gold; \
do rpm -e --nodeps $package || true; \
done;

Expand Down
2 changes: 1 addition & 1 deletion dockerFiles/marklogic-server-ubi:base
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ RUN microdnf -y reinstall tzdata
###############################################################
# Remove optional packages that have known vulnerabilities
###############################################################
RUN for package in vim-minimal cups-client cups-libs tar python3-pip-wheel platform-python python3-libs platform-python-setuptools avahi-libs binutils expat libarchive python3 python3-libs python-unversioned-command; \
RUN for package in vim-minimal cups-client cups-libs tar python3-pip-wheel platform-python python3-libs platform-python-setuptools avahi-libs binutils expat libarchive python3 python3-libs python-unversioned-command binutils-gold; \
do rpm -e --nodeps $package || true; \
done;

Expand Down