Skip to content

Commit ee0bbe9

Browse files
author
Vitaly Korolev
committed
scap fix
1 parent a175251 commit ee0bbe9

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

dockerFiles/marklogic-deps-ubi9:base

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ 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 nss libtool-ltdl cpio tzdata \
24+
&& microdnf -y install --setopt install_weak_deps=0 gdb nss libtool-ltdl cpio tzdata util-linux \
2525
&& microdnf clean all

dockerFiles/marklogic-server-ubi-rootless-hardened:base

+2-1
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,8 @@ RUN mkdir -p ${MARKLOGIC_DATA_DIR} \
139139
###############################################################
140140

141141
COPY rhel-script-cis.sh /tmp/rhel-script-cis.sh
142-
RUN chmod +x /tmp/rhel-script-cis.sh \
142+
RUN touch /.dockerenv \
143+
&& chmod +x /tmp/rhel-script-cis.sh \
143144
&& /tmp/rhel-script-cis.sh
144145

145146
###############################################################

0 commit comments

Comments
 (0)