UNCLASSIFIED

Commit 5d5be7ba authored by kwami.delali's avatar kwami.delali
Browse files

Merge branch 'wingkwan.lau-development-patch-42091' into 'development'

Remove sticky bit

See merge request !20
parents b11b735b 313b3a32
Pipeline #395557 passed with stages
in 17 minutes and 21 seconds
......@@ -54,6 +54,10 @@ RUN useradd -u 1001 -r -g 0 -d ${HOME} -s /sbin/nologin \
fix-permissions ${HOME} -P && \
rpm-file-permissions
# Remove sticky bit
RUN chmod g-s /usr/libexec/openssh/ssh-keysign
# set user to ensure image not running as root
USER 1001
ENTRYPOINT ["/usr/bin/container-entrypoint"]
......
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