UNCLASSIFIED

Commit c6c9b410 authored by Vickie Shen's avatar Vickie Shen
Browse files

removed regexp keys

parent 0f842ea1
Pipeline #211998 failed with stages
in 6 minutes and 37 seconds
......@@ -29,6 +29,10 @@ RUN groupadd -g 1500 usafadmin
RUN useradd usafadmin -u 1500 -g 1500 && usermod -a -G mysql usafadmin
RUN chown -R usafadmin /var/lib/mysql
USER usafadmin
RUN cp -R /var/lib/mysql /tmp/
RUN cp -R /var/lib/mysql /tmp/ && \
find /usr/share/doc/perl-IO-Socket-SSL/certs -name "*.enc" -o -name "*.pem" | xargs rm -f && \
find /usr/share/doc/perl-IO-Socket-SSL/example -name "*.pl" -o | xargs rm -f && \
find /usr/share/doc/perl-Net-SSLeay/examples -name "*.pem" | xargs rm -f && \
chmod -R g-s /usr/lib64/mysql/plugin/auth_pam_tool_dir/auth_pam_tool
ENTRYPOINT [ "/bin/bash", "entrypoint.sh" ]
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