UNCLASSIFIED

Commit 5e331bb3 authored by Vickie Shen's avatar Vickie Shen
Browse files

correct ownership with RPM

parent 03e97de4
Pipeline #221556 passed with stages
in 42 minutes and 27 seconds
......@@ -18,7 +18,7 @@ RUN yum upgrade -y && \
rpm --import /opt/RPM-GPG-KEY-MariaDB && \
cd /opt/mariadb-10.5.9-rhel-8-x86_64-rpms && \
./setup_repository && \
rpm install -y MariaDB-server /opt/*.rpm && \
yum install -y MariaDB-server /opt/*.rpm && \
chmod -R u-s /usr/lib64/mysql/ && \
rm -f /usr/share/doc/perl-IO-Socket-SSL/example/simulate_proxy.pl && \
find /usr/share/doc/perl-IO-Socket-SSL/certs -name "*.enc" -o -name "*.pem" | xargs rm -f && \
......
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