UNCLASSIFIED

Commit 105ee5f8 authored by Olga O's avatar Olga O
Browse files

change permissions

parent 7415790e
Pipeline #408363 failed with stages
in 7 minutes and 25 seconds
...@@ -55,7 +55,10 @@ RUN set -x && \ ...@@ -55,7 +55,10 @@ RUN set -x && \
&& gosu nobody true; && gosu nobody true;
RUN mkdir -p /data/db /data/configdb \ RUN mkdir -p /data/db /data/configdb \
&& chown -R mongodb:mongodb /data/db /data/configdb && chown -R mongodb:mongodb /data/db /data/configdb &&\
chmod o-w licenses/LICENSE &&\
chmod o-w /etc/pki/ca-trust/source/anchors/Certificates_PKCS7_v5.7_DoD.pem &&\
chmod o-w /usr/local/bin/docker-entrypoint.sh
# Disable Ctrl+Alt+Del burst action # Disable Ctrl+Alt+Del burst action
RUN echo CtrlAltDelBurstAction=none >> /etc/systemd/system.conf RUN echo CtrlAltDelBurstAction=none >> /etc/systemd/system.conf
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment